
![]() |
TrFile_GetFileType |
Returns the FileType for the file specified by the filePath.
Syntax
TrFile_GetFileType ( switches ; filePath )
Online help for Troi Plug-ins for FileMaker Pro 16.
![]() |
TrFile_GetFileType |
Returns the FileType for the file specified by the filePath.
TrFile_GetFileType ( switches ; filePath )
![]() |
TrFile_GetFileStructure |
Returns the file structure of a (movie) file.
TrFile_GetFileStructure ( switches ; filePath )
![]() |
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 )