Click or drag to resize

FileSystemEntryGetAttributesById Method

Gets the attributes of the file or directory, using its 128-bit identifier.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
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