共用方式為


ResourceFile.FilePath 屬性

定義

取得或設定要下載檔案之計算節點上的位置,相對於工作的工作目錄。

[Newtonsoft.Json.JsonProperty(PropertyName="filePath")]
public string FilePath { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="filePath")>]
member this.FilePath : string with get, set
Public Property FilePath As String

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

如果指定 HTTPUrl 屬性,則需要 filePath,並描述將下載檔案的路徑,包括檔案名。 否則,如果指定 autoStorageContainerName 或 storageContainerUrl 屬性,filePath 是選擇性的,而且是要下載檔案的目錄。 在 filePath 做為目錄的情況下,任何已經與輸入資料相關聯的目錄結構都會完整保留,並附加至指定的 filePath 目錄。 指定的相對路徑無法使用工作的工作目錄,例如使用 '.' (。) 。

適用於