 | analyticConsoleWorkspacemakeFolder Method |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI [This is preliminary documentation and is subject to change.]
Makes the folder in reportOutput with specified name, optionally adds numeric sufix to ensure it has unique name
Namespace:
imbWEM.Core.console
Assembly:
imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntaxpublic DirectoryInfo makeFolder(
string folderName,
bool avoidCollision = true
)
Parameters
- folderName
- Type: SystemString
Name of the folder. - avoidCollision (Optional)
- Type: SystemBoolean
if set to true [avoid collision].
Return Value
Type:
DirectoryInfo[Missing <returns> documentation for "M:imbWEM.Core.console.analyticConsoleWorkspace.makeFolder(System.String,System.Boolean)"]
See Also