Click or drag to resize

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
C#
public static string PathGetRealPath(
	string fullPath
)

Parameters

fullPath
Type: SystemString
The full path.

Return Value

Type: String
The real path if it exists, or null if it doesn't.
See Also