FileSystemEntryGetFullPath Method (IntPtr, Boolean) |
Gets the full path for the specified handle.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static string GetFullPath(
IntPtr handle,
bool throwOnError = true
)
Parameters
- handle
- Type: SystemIntPtr
A handle to a file or directory. - throwOnError (Optional)
- Type: SystemBoolean
true to throw errors; otherwise false.
Return Value
Type:
StringThe final path for the specified handle.
See Also