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
Limitations
If you are on a Windows system, and working with a file from a UNIX system through a mapped drive, you can read but not adjust permissions.
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.