BaseFileName()      

This function returns the file name without its extension.

Synopsis:

$(BaseFileName(String FullFileName))

Parameters:

FullFileName [I] -- The full file name including the path.

Examples:

The following call:

 

$(BaseFileName("C:\TMP\ABC.BMP"))

 

returns "ABC"

 

Back: AddTrailingSlash()

   

Forward: CurrentFileName()