StorageManager
Declaration
public class Strawberry.Desktop.StorageManager
Implements: Strawberry.Misc.IStorage
Methods
List
string[] List(string path)
Parameters:
| Name | Type | Description |
|---|---|---|
path |
System.String |
Open
Stream Open(string path)
Parameters:
| Name | Type | Description |
|---|---|---|
path |
System.String |
ReadAllBytes
byte[] ReadAllBytes(string path)
Parameters:
| Name | Type | Description |
|---|---|---|
path |
System.String |