OutputFileReference.FilePath プロパティ

定義

ファイルが格納されたパスを取得します。

public string FilePath { get; }
member this.FilePath : string
Public ReadOnly Property FilePath As String

プロパティ値

注釈

ファイルがディレクトリ パスの下に格納されている場合、FilePath プロパティは、基になる BLOB ストレージのディレクトリ区切り記号 (たとえば、mydirectory/myfile.txt) を使用します。 このようなパスは、Windows パスとして直接使用できない場合があります。

適用対象