How to add your knowledge

makeDirectory()

    Table of contents
    1. 1. Synopsis
    2. 2. Syntax

    Synopsis

    Creates a directory, returning True if successful. Generates an error if the directory can not be created.

    The precise behavior of this function are defined by the host operating system and file system.

    Syntax

    makeDirectory ( directory As String ) As Boolean 
    Argument Type Description
    directory String The path to the directory to be created.