System.IOUtils.TPath.AltDirectorySeparatorChar

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

Delphi

class property AltDirectorySeparatorChar: Char read FAltDirectorySeparatorChar;

C++

/* static */ __property System::WideChar AltDirectorySeparatorChar = {read=FAltDirectorySeparatorChar};

プロパティ

種類 可視性 ソース ユニット
property public
System.IOUtils.pas
System.IOUtils.hpp
System.IOUtils TPath

説明

パスのディレクトリ レベルを区切るのに使用される代替文字を指定します。

AltDirectorySeparatorChar プロパティの値は、パス文字列の個々のディレクトリ レベルを識別する必要があるルーチンで使用します。AltDirectorySeparatorCharDirectorySeparatorChar はどちらもパス文字列で有効です。

関連項目