Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 307 Bytes

File metadata and controls

22 lines (16 loc) · 307 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

  • File I@O