FileSystemEntryGetAttributesById Method |
Gets the attributes of the file or directory, using its 128-bit identifier.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static FileAttributes GetAttributesById(
string volumeGuid,
Guid id
)
Parameters
- volumeGuid
- Type: SystemString
The volume Guid. - id
- Type: SystemGuid
The entry identifier.
Return Value
Type:
FileAttributes
The attributes of the file or directory or 0 if it doesn't exist.
See Also