Returns the short (i.e., 8.3) version of a filename.
FileNameShort(filename)
(s) filename fully qualified file name, path optional.
(s) the short version of a filename.
FileNameShort searches the path for the filename specified, returning the short filename if found.
This function supports extended-length path names.
DirChange("C:\windows") a=FileNameShort("carved stone.bmp") Message("Short Filename", a)