Click or drag to resize

ShellUtilitiesFromAttributes Method

Converts file attributes to SFGAO.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static SFGAO FromAttributes(
	FileAttributes attributes
)

Parameters

attributes
Type: System.IOFileAttributes
The attributes.

Return Value

Type: SFGAO
An SFGAO value.
See Also