
![]() |
TrFile_GetTimeModified |
Returns the modification time for the file specified by the filePath. The modification time is also displayed in the Finder or Explorer.
Syntax
TrFile_GetTimeModified ( switches ; filePath )
Online help for Troi Plug-ins for FileMaker Pro 16.
![]() |
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 )
![]() |
TrFile_InsertContents |
Inserts text into a file, at the specified position.
TrFile_InsertContents ( switches ; sourceFilePath ; destFilePath ;
insertText ; { position } )
![]() |
TrFile_Launch |
Opens a file with the application that has registered it. This is the same application that would open it if you would manually double-click it.
TrFile_Launch ( switches ; filePath ; { params } )
![]() |
TrFile_ListDisks |
Lists the names of all currently available disks.
TrFile_ListDisks ( switches )
![]() |
TrFile_ListFolder |
Lists what is inside a folder (directory). It will return all files and/or folders, depending on the switches given.
TrFile_ListFolder( switches ; folderPath )