
![]() |
TrFile_CreateZip |
Create a ZIP file, from the specified file or folder.
Syntax
TrFile_CreateZip ( switches ; sourcePath ; destZipFile )

![]() |
TrFile_DeleteFolder |
Deletes the folder indicated by the folderPath.
Syntax
TrFile_DeleteFolder ( switches ; folderPath )

![]() |
TrFile_GetFileAttribute |
Returns an attribute of the file specified by the filePath.
Syntax
TrFile_GetFileAttribute ( switches ; filePath )

![]() |
TrFile_GetZipInfo |
Get information from a ZIP file.
Syntax
TrFile_GetZipInfo ( switches ; sourceZipFilePath )

![]() |
Create Thumbnail |
Creates a thumbnail (a small image of normally 80×80 pixels) from a graphics file and returns it.
Syntax
Create Thumbnail [ Select ; Thumbnail ; FilePath ; Thumbnail Name ;
Thumbnail size ; Make Square ; Thumbnail Type ]

![]() |
TrFile_UnZip |
Expands a ZIP file into the specified folder.
Syntax
TrFile_UnZip ( switches ; sourceZipFileSpec ; destFolderSpec )

Continue Reading

![]() |
Serial_DelayMilliseconds |
Waits the specified number of milliseconds.
Syntax
Serial_DelayMilliseconds( switches ; milliseconds )