fullname_return_file_path_.htm
Navigation: Templates > Template Language Reference > Built-in Template Procedures >====== FULLNAME (return file path) ====== | |
FULLNAME( file, [option] )
FULLNAME | Returns the fully qualified path of the specified file on disk. |
file | A string constant or expression containing the filename (including extension). |
option | An integer constant, variable, or expression that evaluates to a 2. Allows FULLNAME to return the path where the file will be created. |
The FULLNAME procedure returns the fully qualified path of the specified file on disk. If the optional parameter is used, FULLNAME will return the path where the file will be created.
Return Data Type: STRING
Example:
#RUNDLL('Process File','MyModule.DLL',FULLNAME(%ChosenFile))
#EQUATE(%WCFName, FULLNAME('WIZARD.WCF', 2))
See Also:
fullname_return_file_path_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1