System.WideString.IsPathDelimiter

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

C++

bool         IsPathDelimiter(int index) const;

プロパティ

種類 可視性 ソース ユニット
function public wstring.h System WideString


説明

指定された文字がパス区切り文字である場合に、True を返します。

IsPathDelimiter は、index パラメータ(1 からカウントされる)によって示されるバイトが、パス区切り文字(Windows では「\」、MAC OS では「/」)である場合に、True を返します。