Returns the directory path where the files of a specific file type are stored.
public string GetFileDirectory(Web.FileType type);Public Function GetFileDirectory(ByVal type As Web.FileType) As String| Parameter | Description |
|---|---|
| type | Specifies one of the File |
Returns the directory path where the files of a specific file type are stored. The return value is null, if no directory path was specified.