FileSystemEntryFromPath Method |
Gets an entry from a path.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static FileSystemEntry FromPath(
string path,
bool throwOnError = true
)
Parameters
- path
- Type: SystemString
The path to use. - throwOnError (Optional)
- Type: SystemBoolean
true to throw errors; otherwise false.
Return Value
Type:
FileSystemEntryAn entry instance or null.
See Also