'Declaration
<HttpGetAttribute()> <RouteAttribute("api/storage/List/{*path}")> Public Function GetListFileName( _ ByVal path As String, _ Optional ByVal subpath As String _ ) As IActionResult
Parameters
- path
- The path.
- subpath
- The file name
Return Value
The result which contains the files and folders at json type.