Returns the long version of a filename.
FileNameLong(filename)
(s) filename fully qualified file name, path optional.
(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.
DirChange("C:\windows") a=FileNameLong("carved~1.bmp") Message("Long Filename", a)