FileSystemEntryGetAttributesByPath Method |
Gets the attributes of the file or directory on the path.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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