Click or drag to resize

FileSystemEntryGetFinalPath Method (String, FinalPathOptions, Boolean)

Gets the final, case-sensitive path for a given path.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static string GetFinalPath(
	string path,
	FinalPathOptions options = FinalPathOptions.VOLUME_NAME_DOS,
	bool throwOnError = true
)

Parameters

path
Type: SystemString
The path to use.
options (Optional)
Type: callback.ShellBoost.Core.UtilitiesFinalPathOptions
The options
throwOnError (Optional)
Type: SystemBoolean
true to throw errors; otherwise false.

Return Value

Type: String
The final path for the specified path or null if no file or directory exists at that path.
See Also