_Application.PathSeparator プロパティ

定義

フォルダー名の区切りに使用する文字を返します。

public:
 property System::String ^ PathSeparator { System::String ^ get(); };
public string PathSeparator { get; }
member this.PathSeparator : string
Public ReadOnly Property PathSeparator As String

プロパティ値

注釈

このプロパティは円記号 (\) を返します。

PathSeparator プロパティを使用すると、スラッシュ (/) が含まれている場合でも、Web アドレスを作成します。

適用対象