[]
Gets the IFileStorage with specified path and arguments.
public static IFileStorage GetFileStorage(string path, NameValueCollection args = null)
Public Shared Function GetFileStorage(path As String, Optional args As NameValueCollection = Nothing) As IFileStorage
| Type | Name | Description |
|---|---|---|
| string | path | The path. |
| NameValueCollection | args | The arguments. |
| Type | Description |
|---|---|
| IFileStorage | The IFileStorage. |