Unit 'libtar' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

PermissionString

Convert a set of permissions to a string.

Declaration

Source position: libtar.pp line 230

function PermissionString(

  Permissions: TTarPermissions

):string;

Arguments

Permissions

  

Set of permissions.

Function result

String representation of Permissions.

Description

PermissionString can be used to convert a set of Permissions to a string in the same format as used by the UNIX 'ls' command.

See also

TTarPermissions

  

Complete set of permissions for file.


Documentation generated on: Jul 24 2023