TrFile_GetDateLastAccessed |
Returns the date a file was accessed (opened) for the last time.
Syntax
TrFile_GetDateLastAccessed ( switches ; filePath )
Online help for Troi Plug-ins for FileMaker Pro 16.
TrFile_GetDateLastAccessed |
Returns the date a file was accessed (opened) for the last time.
TrFile_GetDateLastAccessed ( switches ; filePath )
TrFile_GetDateModified |
Returns the modification date for the file specified by the filePath. The modification date is also displayed in the Finder or Explorer.
TrFile_GetDateModified ( switches ; filePath )
TrFile_GetFileAttribute |
Returns an attribute of the file specified by the filePath.
TrFile_GetFileAttribute ( switches ; filePath )
TrFile_GetFileCreator |
Returns the Creator for the file specified by the filePath.
TrFile_GetFileCreator ( switches ; filePath )
TrFile_GetFileHash |
Returns the MD5 or SHA1 hash value (checksum) of a file.
TrFile_GetFileHash ( switches ; sourcefile )
TrFile_GetFileSize |
Returns the file size for the file specified by the filePath. The size indicates the size the file is using on the disk, not the actual size of the data and resources.
TrFile_GetFileSize ( switches ; filePath )
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} )