Ctrl+K

StorageManager

Declaration

public class Strawberry.Web.StorageManager

Implements: Strawberry.Misc.IStorage

Properties

RootUrl

string RootUrl { get set }

Methods

Open

Stream Open(string path)

Parameters:

Name Type Description
path System.String

ReadAllBytes

byte[] ReadAllBytes(string path)

Parameters:

Name Type Description
path System.String

List

string[] List(string path)

Parameters:

Name Type Description
path System.String

AOTDownload

Task AOTDownload(string path)

Parameters:

Name Type Description
path System.String