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 public static FileAttributes GetAttributesByPath(
string path
)
Parameters
- path
- Type: SystemString
The path to the file or directory.
Return Value
Type:
FileAttributesThe attributes of the file or directory on the path or 0 if it doesn't exist.
See Also