GetExtension
Description
Description
Returning this will retrieve the extension of the file.
Syntax
Syntax
target.file.GetExtension(file)
file (input) - the file you want to work with
Return value
Return value
This function returns the extension in the form of a string.
Sample
'---------- Start ----------
Function Start
trg.Message( target.file.GetExtension( "C:\TargetFileExample\TargetFileExample.txt" ) )
End Function
See also