System.SysUtils.TFileSystemAttributes

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

type TFileSystemAttributes = set of TFileSystemAttribute;

C++

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

プロパティ

種類 可視性 ソース ユニット
set
typedef
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

説明

一連の TFileSystemAttribute 値を表します。

特定のファイル システムの属性を取得するには、FileSystemAttributes 関数を使用します。これは TFileSystemAttributes 値を返します。

関連項目

https://docwiki.embarcadero.com/Libraries/Tokyo/j/index.php?title=System.SysUtils.TFileSystemAttributes&oldid=161116」から取得