Determines the directory path where the files of a specific file type are stored.
public async System.Threading.Tasks.Task SetFileDirectory(string directory, Web.FileType type);Public Async Function SetFileDirectory(ByVal directory As String, ByVal type As Web.FileType) As System.Threading.Tasks.Task| Parameter | Description |
|---|---|
| directory | Specifies the directory path where the files of a specific file type are stored. |
| type | Specifies one of the File |