Click or drag to resize

IOUtilitiesNormalizePath Method

Normalizes a path with the long file name prefix "\\?\". 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 NormalizePath(
	string path
)

Parameters

path
Type: SystemString
The path.

Return Value

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