Returns the name of the fileĀ
Function GetName(file)
file (input) - file from which you want the name
string - name of the file
Sample
'---------- Start ----------
Function Start
trg.Message( target.file.GetName( "C:\TargetFileExample\TargetFileExample.txt" ) )
End Function
See also