System.AnsiStrings.IsPathDelimiter

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

Delphi

function IsPathDelimiter(const S: AnsiString; Index: Integer): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall IsPathDelimiter(const System::AnsiString S, int Index)/* overload */;

プロパティ

種類 可視性 ソース ユニット
function public
System.AnsiStrings.pas
System.AnsiStrings.hpp
System.AnsiStrings System.AnsiStrings

説明

文字がパス区切り記号であるかどうかをテストします。

S[Index] のバイトの文字がパス区切り記号('\' または '/')であり、MBCS(マルチバイト文字列)の最初または最後のバイトではない場合、IsPathDelimiter は true を返します。

関連項目