FileSystemEntryPermissions
Description
Use a FileSystemEntryPermissions
object to view and edit the
permissions of files or folders located on different systems. This object also supports
symbolic links on Windows® or UNIX® systems.
Creation
Create a FileSystemEntryPermissions
object using the filePermissions
function. The
properties of a FileSystemEntryPermissions
object are dependent on the
locations of the specified files, folders, or symbolic links.
You can then view and edit individual permissions of the specified file, folder, or
symbolic link by using the getPermissions
and setPermissions
functions, respectively.
Properties
Object Functions
getPermissions | Get individual permissions |
setPermissions | Set individual permissions |
Examples
Version History
Introduced in R2025a