TrFile_GetPreferredLanguages |
Returns a list of the preferred language and country codes for the current user, like “en-GB”
Syntax
TrFile_GetPreferredLanguages ( switches )
TrFile_GetPreferredLanguages |
Returns a list of the preferred language and country codes for the current user, like “en-GB”
TrFile_GetPreferredLanguages ( switches )
TrFile_GetResForkSize |
Returns the size of the resource fork for the file specified by the filePath. The size indicates the actual number of bytes used by the resource fork.
TrFile_GetResForkSize ( switches ; filePath )
TrFile_GetTimeCreated |
Returns the creation time for the file specified by the filePath.
TrFile_GetTimeCreated ( switches ; filePath )
TrFile_GetTimeLastAccessed |
Returns the time a file was accessed (opened) for the last time.
TrFile_GetTimeLastAccessed ( switches ; filePath )
TrFile_GetTimeModified |
Returns the modification time for the file specified by the filePath. The modification time is also displayed in the Finder or Explorer.
TrFile_GetTimeModified ( switches ; filePath )
TrFile_GetTimestampCreated |
Returns the creation date and time for the file specified by the filePath.
TrFile_GetTimestampCreated ( switches ; filePath )
TrFile_GetTimestampLastAccessed |
Returns the date and time a file was accessed (opened) for the last time.
TrFile_GetTimestampLastAccessed ( switches ; filePath )
TrFile_GetTimestampModified |
Returns the modification date and time for the file specified by the filePath. The modification date and time are also displayed in the Finder or Explorer.
TrFile_GetTimestampModified ( switches ; filePath )
TrFile_GetTypeOfItem |
Returns the type of an item, for example if it is a folder or a file.
TrFile_GetTypeOfItem ( switches ; filePath )
TrFile_GetZipInfo |
Get information from a ZIP file.
TrFile_GetZipInfo ( switches ; sourceZipFilePath )