System.SysUtils.TFileSystemAttributes

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type TFileSystemAttributes = set of TFileSystemAttribute;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
set
typedef
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Beschreibung

Repräsentiert eine Menge von TFileSystemAttribute-Werten.

Mit der Funktion FileSystemAttributes ermitteln Sie die Attribute eines bestimmten Dateisystems. Die Funktion gibt eine TFileSystemAttributes-Variable zurück.

Siehe auch