System.IOUtils.TPath.ExtensionSeparatorChar

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

Delphi

class property ExtensionSeparatorChar: Char read FExtensionSeparatorChar;

C++

/* static */ __property System::WideChar ExtensionSeparatorChar = {read=FExtensionSeparatorChar};

プロパティ

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

説明

ファイル名のファイル部分と拡張子部分を区切るのに使用される文字を指定します。

ExtensionSeparatorChar プロパティの値は、ファイル名の拡張子部分を識別する必要があるルーチンで使用します。

関連項目