FileSystemEntryCreateDirectoryByPath Method |
Creates a new directory using a path.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static bool CreateDirectoryByPath(
string path,
bool throwOnError = true
)
Parameters
- path
- Type: SystemString
The path of the directory to be created. - throwOnError (Optional)
- Type: SystemBoolean
true to throw errors; otherwise false.
Return Value
Type:
Booleantrue if the operation succeeded; otherwise false.
See Also