System.UnicodeString.IsPathDelimiter

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

C++

bool         IsPathDelimiter(int index) const _ALWAYS_INLINE {

プロパティ

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


説明

指定された文字がパス区切り文字かどうかを示します。

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