Click or drag to resize

FileSystemEntryGetFinalPath Method (FinalPathOptions, Boolean)

Gets the final path for this entry.

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

Parameters

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 this entry.
See Also