FileSystemEntryGetFullPath Method (String, Boolean) |
Gets the full, case-sensitive path for a given path.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static string GetFullPath(
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:
StringThe final path for the specified path or null if no file or directory exists at that path.
See Also