Command Reference : Function Reference : Function Reference: W
  
 
@wfpath
 
Path of current default workfile.
Syntax: @wfpath
Return: string
Returns a string containing the path (location) of the current default workfile.
Examples
The command
string temp = @wfpath
saves the current workfile path in the string variable TEMP, while
%tmp = @wfpath + @wfname + "bak"
wfsave %tmp
extracts the current workfile path and name, adds the text “bak” and then saves the current workfile using to the original path using the new name.
Cross-references
See also @wfname.