FileNameLong

Returns the long version of a filename.

Syntax:

FileNameLong(filename)

Parameters:

(s) filename fully qualified file name, path optional.

Returns:

(s) the long version of a filename.

 

FileNameLong searches the path for the filename specified, returning the long filename if found.

This function supports extended-length path names.

Example:


DirChange("C:\windows")
a=FileNameLong("carved~1.bmp")
Message("Long Filename", a)
See Also:

FileFullName, FileNameShort