IOUtilitiesPathGetRealPath Method |
Get the real case-sensitive path.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static string PathGetRealPath(
string fullPath
)
Parameters
- fullPath
- Type: SystemString
The full path.
Return Value
Type:
StringThe real path if it exists, or null if it doesn't.
See Also