@FULL

Print Topic  Return to Overview  Previous Topic  Next Topic 

@FULL[filename] : Returns the full path and filename of a file. Filename must be in quotes if it contains white space or special characters. On an LFN drive, the returned filename may contain white space or other special characters. To avoid problems which could be caused by these characters, quote the returned name before you pass it to other commands. See the notes under Variable Functions for additional details.

 

Note: The @FULL function makes no assumption about the existence of a file or directory. The filename parameter can be any string and the function will attempt to turn it into a fully qualified "volume + path + name" specification, whether that full reference exists or not.

 

Examples:

 

echo %@full[xyz.abc]

echo "%@full[.]"

echo "%@full["\Program Files"]"

 

 

 

Topic "f_full.htm" last edited 9/28/2006. ©2008  JP Software, Inc.
Keywords: @FULL