Click or drag to resize

FileSystemEntryGetNameInformation Method (String, Boolean)

Gets the name information for a path. This method uses NtQueryObject with ObjectNameInformation to get that information.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static string GetNameInformation(
	string fullPath,
	bool throwOnError = true
)

Parameters

fullPath
Type: SystemString
The full path.
throwOnError (Optional)
Type: SystemBoolean
true to throw errors; otherwise false.

Return Value

Type: String
The name or null if an error occured.
See Also