Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 514 Bytes

File metadata and controls

31 lines (24 loc) · 514 Bytes

GetFPathName

Description

Returns the fully-qualified filename of the active document.

FUNCTION GetFPathName : STRING;
def vs.GetFPathName():
    return STRING

Examples

resultStr := GetFPathName;
import vs

# Returns the fully-qualified filename of the active document.
name = vs.GetFPathName()
vs.Message('GetFPathName returned: ' + str(name))

Version

Availability: from Vectorworks 2014

Category