filePermissions
Description
creates a permissions object that allows you to view and edit file, folder, and symbolic
link permissions. perms
= filePermissions(name
)
Using the returned permissions object, you can view and edit individual permissions for
the input file, folder, or symbolic link using the getPermissions
and
setPermissions
functions, respectively.
Examples
Input Arguments
Output Arguments
Tips
On Windows systems, you can view permissions information in a Properties window by right-clicking a file, folder, or symbolic link and selecting Properties. The Properties window shows permissions under the Security tab, not in the Attributes section of the General tab.
Version History
Introduced in R2025a