TrFile_CopyFile |
Copies a file to the specified path.
Syntax
TrFile_CopyFile ( switches ; sourceFilepath ; destinationFilePath )
Online help for Troi Plug-ins for FileMaker Pro 16.
TrFile_CopyFile |
Copies a file to the specified path.
TrFile_CopyFile ( switches ; sourceFilepath ; destinationFilePath )
TrFile_CopyFolder |
Copies a folder to the specified folder path.
TrFile_CopyFolder ( switches ; sourceFolderPath ; destinationFolderPath )
TrFile_GetFileName |
Returns the name of a file (or folder) in the filePath, including the extension
TrFile_GetFileName ( switches ; filePath )
TrFile_CreateAlias |
Create an alias file (or shortcut) from the source file or source folder.
TrFile_CreateAlias( switches ; sourcePath ; destAliasSpec )
TrFile_CreateZip |
Create a ZIP file, from the specified file or folder.
TrFile_CreateZip ( switches ; sourcePath ; destZipFile )
TrFile_CreateFile |
Creates a new empty file in the location indicated by the filePath. This function requires no user intervention.
TrFile_CreateFile ( switches ; filePath )
TrFile_CreateFolder |
Creates a new (empty) folder (subdirectory).
TrFile_CreateFolder ( switches ; folderPath )
TrFile_CreateThumbnail |
Creates a thumbnail (a small image of normally 80×80 pixels) from a graphics file and returns it.
TrFile_CreateThumbnail ( switches ; filePath ; {thumbnailName} )
TrFile_DeleteFile |
Deletes the file indicated by the filePath. This function requires no user intervention.
TrFile_DeleteFile ( switches ; filePath )
TrFile_DeleteFolder |
Deletes the folder indicated by the folderPath.
TrFile_DeleteFolder ( switches ; folderPath )