System.IOUtils.TPath.DirectorySeparatorChar

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

Delphi

class property DirectorySeparatorChar: Char read FDirectorySeparatorChar;

C++

/* static */ __property System::WideChar DirectorySeparatorChar = {read=FDirectorySeparatorChar};

プロパティ

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

説明

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

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

関連項目