IOUtilitiesNormalizePath Method |
Normalizes a path with the long file name prefix "\\?\".
If the path is not rooted, it will be returned as is.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static string NormalizePath(
string path
)
Parameters
- path
- Type: SystemString
The path.
Return Value
Type:
StringA normalized path.
Exceptions See Also