func X3.EN_FILE_GET_COMPLETE_NAME(Char PATH_IN) : Char

Returns the name of the file present in the url transmitted WITH the extension

  • PATH_IN Char Full path or volume to the file
Return Char File name with extension
Example

func X3.EN_FILE_GET_COMPLETE_NAME("c:\Sage\dossiers\SEED\FIL\AUTILIS.srf")
Returns "AUTILIS.srf"