IOUtilitiesPathGetRealPath Method |
Get the real case-sensitive path.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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