Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 334 Bytes

File metadata and controls

25 lines (18 loc) · 334 Bytes

CreateFolder

Description

Creates a folder on the hard drive.

FUNCTION CreateFolder(path : STRING): BOOLEAN;
def vs.CreateFolder(path):
    return BOOLEAN

Parameters

Name Type Description
path STRING

Version

Availability: from Vectorworks 2014

Category

  • File I@O