FNewDir (LabVIEW Manager Function)

MgErr FNewDir(path, permissions);

Purpose

Creates a new directory with the specified permissions. If an error occurs, the function does not create the directory.

Parameters

Name Type Description
path Path Path of the directory you want to create.
permissions int32 Permissions for the new directory.

Return Value

MgErr, which can contain the following errors. If you receive errors from LabVIEW Manager functions, most error names correspond to LabVIEW error codes.

Value Corresponding Error Code or Description
noErrNo error.
mgArgErr1
fIOErr6
fNoPerm8
fDupPath10