
![]() |
TrFile_GetFolderSize |
Returns the size for the folder specified by the folderPath. The size is the total size of all the files in the folder and subfolders.
Syntax
TrFile_GetFolderSize ( switches ; folderPath )
![]() |
TrFile_GetFolderSize |
Returns the size for the folder specified by the folderPath. The size is the total size of all the files in the folder and subfolders.
TrFile_GetFolderSize ( switches ; folderPath )
![]() |
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 )