Click or drag to resize

WindowsFileSystemItemGetFileAttributesString Method

IT Hit User File System
Gets human-readable attributes representation.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26791.0-Beta2
Syntax
public static string GetFileAttributesString(
	FileAttributes attributeValue
)

Parameters

attributeValue
Type: System.IOFileAttributes
File attributes.

Return Value

Type: String
Letters that correspond to file attributes.
See Also