FileSystemEntryGetFinalPath Method (FinalPathOptions, Boolean) |
Gets the final path for this entry.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public string GetFinalPath(
FinalPathOptions options = FinalPathOptions.VOLUME_NAME_DOS,
bool throwOnError = true
)
Parameters
- options (Optional)
- Type: ShellBoost.Core.UtilitiesFinalPathOptions
The options - throwOnError (Optional)
- Type: SystemBoolean
true to throw errors; otherwise false.
Return Value
Type:
StringThe final path for this entry.
See Also