
![]() |
Exchange Files |
Exchanges two files on disk
Syntax
Exchange Files [ Select ; Result (error) ; FilePath 1 ; FilePath 2 ;
Allow different Volumes ]
![]() |
Exchange Files |
Exchanges two files on disk
Exchange Files [ Select ; Result (error) ; FilePath 1 ; FilePath 2 ;
Allow different Volumes ]
![]() |
TrFile_GetFileStructure |
Returns the file structure of a (movie) file.
TrFile_GetFileStructure ( switches ; filePath )
![]() |
TrFile_GetCodeSignInfo |
Gets code sign information of a (application) file or checks if the signing is valid
TrFile_GetCodeSignInfo ( switches ; filePath )
![]() |
TrFile_ExchangeFiles |
Exchanges two files on disk
TrFile_ExchangeFiles ( switches ; filePath1 ; filePath2 )
![]() |
TrFile_SetMovieMetaData |
Sets metadata of a movie file. Metadata can contain a title, description of the movie and so on.
SetMovieMetaData ( switches ; sourceFilePath ; destFilePath ; metadata )
![]() |
Set MetaData of Movie |
Sets metadata of a movie file. Metadata can contain a title, description of the movie and so on.
Set MetaData of Movie [ Select ; Result (error) ; Source filePath ;
Destination filePath ; Action ; Metadata ]
![]() |
TrFile_IsFree |
Returns true if this file is not in exclusive use by a different application and is not locked.
TrFile_IsFree ( switches ; filePath )
![]() |
TrFile_ExportToFile |
Exports the (binary) contents of a container field or variable to a new file.
TrFile_ExportToFile ( switches ; source ; filePath )
![]() |
TrFile_AppendContents |
Append characters to the contents of an existing file indicated by the SetDefaultFileSpec function.
TrFile_AppendContents ( switches ; text )
![]() |
TrFile_AppendToFile |
Append characters to the contents of an existing file
TrFile_AppendToFile ( switches; filepath ; text )