Click or drag to resize

IOUtilitiesPathGetAttributes Method

Gets the attributes of a file or directory. If there's no file at the given path, returns null.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static FileAttributes? PathGetAttributes(
	string path
)

Parameters

path
Type: SystemString
The path.

Return Value

Type: NullableFileAttributes
The attributes or null.
Exceptions
ExceptionCondition
ArgumentNullExceptionpath is null.
See Also