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:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static string DenormalizePath(
string path
)
Parameters
- path
- Type: SystemString
The path.
Return Value
Type:
StringA denormalized path.
Exceptions See Also