Click or drag to resize

FileSystemEntryGetFullPath Method (IntPtr, Boolean)

Gets the full path for the specified handle.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
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: String
The final path for the specified handle.
See Also