Returns the fully-qualified filename of the active document.
FUNCTION GetFPathName : STRING;def vs.GetFPathName():
return STRINGresultStr := GetFPathName;import vs
# Returns the fully-qualified filename of the active document.
name = vs.GetFPathName()
vs.Message('GetFPathName returned: ' + str(name))Availability: from Vectorworks 2014