[]
Gets all files and folders within the specified path.
public IHttpActionResult GetListFileName(string path, string subpath = null)
| Type | Name | Description |
|---|---|---|
| string | path | The path. |
| string | subpath | The file name |
| Type | Description |
|---|---|
| IHttpActionResult | The result which contains the files and folders at json type. |