Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 363 Bytes

File metadata and controls

24 lines (18 loc) · 363 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