TrFile_GetIcon |
Gets the icon of a file and returns it as a PNG image.
Syntax
TrFile_GetIcon ( switches ; filePath ; {iconName} )
TrFile_GetIcon |
Gets the icon of a file and returns it as a PNG image.
TrFile_GetIcon ( switches ; filePath ; {iconName} )
TrFile_GetMetaData |
Gets metadata out of an image, movie or pdf. Metadata can be inserted by for example Photoshop and can contain a description of the image, copyright information, camera information, etc.
TrFile_GetMetaData ( switches ; source )
TrFile_GetPathTo |
Returns the path to an object, at the moment the path to the FileMaker application or the current FileMaker file.
TrFile_GetPathTo ( switches ; desiredFilename ; fileSize )
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 )