[]
The directory storage interface.
public interface IDirectoryStorage : IStorage
| Name | Description |
|---|---|
| Create() | Creates the directory. |
| Delete(bool) | Delete the directory from storage. |
| GetDirectories(bool, string) | Gets directories in this directory. |
| GetFiles(bool, string) | Gets files in this directory. |