FileSystemEntryGetIdWithVolumeSerialNumber Method |
Gets the volume serial number and file identifier of a path.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static Tuple<ulong, Guid> GetIdWithVolumeSerialNumber(
string fullPath,
bool throwOnError = true
)
Parameters
- fullPath
- Type: SystemString
The full path. - throwOnError (Optional)
- Type: SystemBoolean
true to throw errors; otherwise false.
Return Value
Type:
TupleUInt64,
GuidA tuple containing the volume serial number and the file identifier of a path.
Exceptions See Also