isValidCommonPath
Checks if there is a directory.
The isValidCommonPath class checks if there is a directory.
isValidCommonPath | |
---|---|
Syntax | fileSystemObj.isValidCommonPath(directoryPath); |
Parameter |
|
Return Value |
|
Remarks | None |
Example |
var fileSystemObj = new FileSystem();
var bValid = fileSystemObj.isValidCommonPath(curWidget.id);
if (!bValid) {
fileSystemObj.createCommonDir(curWidget.id);
}
|
Enumeration | None |