SetTargetFilePath Method
Sets the location on disk where a vault file lives (or will be downloaded to)
Syntax
public void SetTargetFilePath(
FileIteration file,
FilePathAbsolute fullFileNameOfTargetLocation
)Public Sub SetTargetFilePath( _
ByVal file As FileIteration, _
ByVal fullFileNameOfTargetLocation As FilePathAbsolute _
) Parameters
| Name | Description |
|---|---|
| file | The vault file that we are setting the location for |
| fullFileNameOfTargetLocation | The full path on disk where the vault file lives, including both the path and the file name |