Creates directories in the file input/output area.
The createCommonDir class creates directories in the file input/output area.
createCommonDir | |
---|---|
Syntax | fileSystemObj.createCommonDir(directoryPath); |
Parameter |
|
Return Value | Boolean |
Remarks | Create a directory named curWidget.id to avoid crash between file names in other applications. |
Example |
var fileSystemObj = new FileSystem();
var bResult = fileSystemObj.createCommonDir(curWidget.id);
|
Enumeration | None |