Alvas.FileControls Class Library

DiskInfo.FileSystemFlags Enumeration

Return value specifies the flags of the file system.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[Visual Basic]
Public Enum DiskInfo.FileSystemFlags
[C#]
public enum DiskInfo.FileSystemFlags

Members

Member Name Description Value
FILE_CASE_SENSITIVE_SEARCH The file system supports case-sensitive file names. 1
FILE_CASE_PRESERVED_NAMES The file system preserves the case of file names when it places a name on disk. 2
FILE_UNICODE_ON_DISK The file system supports Unicode in file names as they appear on disk. 4
FILE_PERSISTENT_ACLS The file system preserves and enforces ACLs. For example, NTFS preserves and enforces ACLs, and FAT does not. 8
FILE_FILE_COMPRESSION The file system supports file-based compression. 16
FILE_VOLUME_QUOTAS The file system supports disk quotas. 32
FILE_SUPPORTS_SPARSE_FILES The file system supports sparse files. 64
FILE_SUPPORTS_REPARSE_POINTS The file system supports reparse points. 128
FILE_VOLUME_IS_COMPRESSED The specified volume is a compressed volume; for example, a DoubleSpace volume. 32768
FILE_SUPPORTS_OBJECT_IDS The file system supports object identifiers. 65536
FILE_SUPPORTS_ENCRYPTION The file system supports the Encrypted File System (EFS). 131072
FILE_NAMED_STREAMS The file system supports named streams. 262144
FILE_READ_ONLY_VOLUME Windows XP: The specified volume is read-only. 524288

Requirements

Namespace: Alvas.Windows.Forms.FileControls

Assembly: Alvas.Windows.Forms.FileControls (in Alvas.Windows.Forms.FileControls.dll)

See Also

Alvas.Windows.Forms.FileControls Namespace