Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 336 Bytes

File metadata and controls

21 lines (16 loc) · 336 Bytes

GetFileSize

FUNCTION GetFileSize(VAR FilePath : STRING): LONGINT;
def vs.GetFileSize(FilePath):
    return (LONGINT, FilePath)

Parameters

Name Type Description
FilePath STRING

Version

Availability: from Vectorworks 2017

Category