
![]() |
TrFile_GetDataSize |
Returns the size of the data for the file specified by the filePath. The size returns the actual number of bytes used in the file (not the size on disk).
Syntax
TrFile_GetDataSize ( switches ; filePath )
![]() |
TrFile_GetDataSize |
Returns the size of the data for the file specified by the filePath. The size returns the actual number of bytes used in the file (not the size on disk).
TrFile_GetDataSize ( switches ; filePath )
![]() |
TrFile_GetDateCreated |
Returns the creation date for the file specified by the filePath.
TrFile_GetDateCreated ( switches ; filePath )
![]() |
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_GetFileStructure |
Returns the file structure of a (movie) file.
TrFile_GetFileStructure ( switches ; filePath )
![]() |
TrFile_GetFileType |
Returns the FileType for the file specified by the filePath.
TrFile_GetFileType ( switches ; filePath )