Fleshes out a file name with drive and path information.
FileFullName(partial filename)
(s) partial filename possibly incomplete filename - missing drive and/or path.
(s) a complete file name.
Use this function to return the complete file name from a partial file name. Drive and path information will be added to the file name to create a full file name. If both drive and path are missing, the currently logged drive and path will be used. If only drive is missing, the currently logged drive will be used. If drive is specified without a path, then the currently logged directory on that drive will be used.
DirChange("C:\TEMP") a="Test.abc" b=FileFullname(a) Message(a,b) ; b will equal C:\TEMP\TEST.ABC
AskFileName, ExeTypeInfo, FileMapName, FileLocate, FileBaseName