Click or drag to resize

FileSystemEntryGetAttributesByPath Method

Gets the attributes of the file or directory on the path.

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

Parameters

path
Type: SystemString
The path to the file or directory.

Return Value

Type: FileAttributes
The attributes of the file or directory on the path or 0 if it doesn't exist.
See Also