Returns the owner, group, and permissions of the file or directory specified by path. This function does not work for files inside an LLB.


icon

Inputs/Outputs

  • cpath.png path

    path specifies the file or directory whose access rights you want to change.

  • cerrcodeclst.png error in

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • ii16.png permissions

    permissions contains the current permissions setting for the file or directory after this function executes.

  • ipath.png path out

    path out returns path unchanged.

  • istr.png owner

    owner contains the current owner setting for the file or directory after this function executes.

  • istr.png group

    group contains the current group setting for the file or directory after this function executes.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.

  • Refer to Setting Permissions for more information about the permissions parameter.

    (Windows) This function returns empty strings for owner and group because Windows does not support owners and groups.

    (macOS) If path refers to a file, this function returns empty strings for owner and group because macOS does not support owners or groups for files.