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.3.27213.0
Syntax public static string GetFileAttributesString(
FileAttributes attributeValue
)
Public Shared Function GetFileAttributesString (
attributeValue As FileAttributes
) As String
public:
static String^ GetFileAttributesString(
FileAttributes attributeValue
)
static member GetFileAttributesString :
attributeValue : FileAttributes -> string
Parameters
- attributeValue
- Type: System.IOFileAttributes
File attributes.
Return Value
Type:
StringLetters that correspond to file attributes.
See Also