System.IOUtils.TFile のメソッド

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


継承Protected
AppendAllTextpublic指定されたテキストをファイルに追加します。
AppendTextpublicファイルを追加モードで開きます。
Copypublic指定されたパスにファイルをコピーします。
Createpublic新しいファイルを作成し、そのファイルに関連付けられたストリームを返します。
CreateSymLinkpublicCreateSymLink は、シンボリック リンクを作成します。
CreateTextpublic新しいテキスト ファイルを作成し、そのファイルに関連付けられたテキスト ライターを返します。
Decryptpublic指定されたパスにあるファイルの暗号解読を行います。
Deletepublic指定されたパスにあるファイルを削除します。
Encryptpublic指定されたパスにあるファイルを暗号化します。
Existspublic指定されたファイルが存在するかどうかを確認します。
FileAttributesToIntegerpublic
GetAttributespublicファイル属性を返します。
GetCreationTimepublicファイルの作成時刻を返します。
GetCreationTimeUtcpublicファイルの UTC(協定世界時)タイムゾーンでの作成時刻を返します。
GetLastAccessTimepublicファイルの最終アクセス時刻を返します。
GetLastAccessTimeUtcpublicファイルの UTC(協定世界時)タイムゾーンでの最終アクセス時刻を返します。
GetLastWriteTimepublicファイルの最終書き込み時刻を返します。
GetLastWriteTimeUtcpublicファイルの UTC(協定世界時)タイムゾーンでの最終書き込み時刻を返します。
GetLinesEnumeratorpublicファイルの完全なコンテンツをメモリにロードせずに、行ごとの列挙子を返します。
GetSizepublic
GetSymLinkTargetpublicGetSymLinkTarget は、シンボリック リンク のコンテンツを読み取ります。
IntegerToFileAttributespublic
Movepublic指定されたパスから別のパスにファイルを移動します。
Openpublicファイルを開き、そのファイルに関連付けられたストリームを返します。
OpenReadpublicファイルを読み取り用に開き、そのファイルに関連付けられたストリームを返します。
OpenTextpublicテキスト ファイルを読み取り用に開き、そのファイルに関連付けられたストリームを返します。
OpenWritepublicファイルを書き込み用に開き、そのファイルに関連付けられたストリームを返します。
ReadAllBytespublicファイルの内容を読み取ってバイト配列に格納します。
ReadAllLinespublicテキスト ファイルの内容を文字列の配列として返します。
ReadAllTextpublicテキスト ファイルの内容を文字列として返します。
Replacepublicファイルの内容を別のファイルの内容に置き換えます。
SetAttributespublicファイル属性を設定します。
SetCreationTimepublicファイルの作成時刻を変更します。
SetCreationTimeUtcpublicファイルの作成時刻を変更します。
SetLastAccessTimepublicファイルの最終アクセス時刻を変更します。
SetLastAccessTimeUtcpublicファイルの最終アクセス時刻を変更します。
SetLastWriteTimepublicファイルの最終書き込み時刻を変更します。
SetLastWriteTimeUtcpublicファイルの最終書き込み時刻を変更します。
WriteAllBytespublicバイト配列をファイルに書き込みます。
WriteAllLinespublic与えられた Contents 文字列の配列を、Path テキスト ファイルに書き込みます。
WriteAllTextpublic指定された Contents テキストをエンコードし、取得したテキストを Path テキスト ファイルに書き込みます。