Click or drag to resize

IOUtilitiesDenormalizePath Method

Removes the long file name prefix "\\?\" from a rooted path. If the path is not rooted, it will be returned as is.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static string DenormalizePath(
	string path
)

Parameters

path
Type: SystemString
The path.

Return Value

Type: String
A denormalized path.
Exceptions
ExceptionCondition
ArgumentNullExceptionpath is null.
See Also