Macro: MAKE_DIRECTORY

Module location: FMAC line 9839 (view source)

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Command: MAKE_DIRECTORY directory {permissions} Description: Makes a directory on the current drive. Uses the optional permissions value for the directory if it is specified. Parameters: directory The name of the new directory to be made. {permissions} The access permissions of the new directory. If this is not specified then the default is DF_FLEX_ALL_RIGHTS. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

    #IF !0 < 2
        !A [] $58F !1 |CI2047
    #ELSE
        !A [] $58F !1 !2
    #ENDIF