_Application.Path プロパティ

定義

ディスクまたは Web パスを指定したオブジェクトを返します。

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

プロパティ値

注釈

パスに末尾の区切り文字が含まれていない-"C:\MSOffice"や"http://MyServer"などです。 PathSeparatorフォルダーとドライブ文字を区切る文字を追加するには、 プロパティを使用します。 パスのない Name ファイル名を返すには、 プロパティを使用します。

: PathSeparator プロパティを使用すると、スラッシュ (/) が含まれていて、 PathSeparator プロパティの既定値が円記号 (\) に設定されていても Web アドレスを構築できます。

適用対象