ResourceFile.FilePath 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要下載檔案之計算節點上的位置,相對於工作的工作目錄。
[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 目錄。 指定的相對路徑無法使用工作的工作目錄,例如使用 '.' (。) 。