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