ResourceFile.FilePath Property

Definition

Gets the location on the compute node to which to download the file(s), relative to the task's working directory.

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

Property Value

Remarks

If the HttpUrl property is specified, this is required and describes the path which the file will be downloaded to, including the filename. Otherwise, if the AutoStorageContainerName or StorageContainerUrl property is specified, this is optional and is the directory to download the files to. In the case where this is used as a directory, any directory structure already associated with the input data will be retained in full and appended to the specified FilePath directory. The specified relative path cannot break out of the task's working directory (for example by using '..').

Applies to