System.SysUtils.TFileSystemAttributes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFileSystemAttributes = set of TFileSystemAttribute;

C++

typedef System::Set<TFileSystemAttribute, TFileSystemAttribute::fsCaseSensitive, TFileSystemAttribute::fsSymLink> TFileSystemAttributes;

Properties

Type Visibility Source Unit Parent
set
typedef
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

Represents a set of TFileSystemAttribute values.

To get the attributes of a specific file system, use the FileSystemAttributes function. It returns a TFileSystemAttributes variable.

See Also