[]
The file storage interface.
public interface IFileStorage : IStorage
Name | Description |
---|---|
ReadOnly | Determines whether the specified file is read only. |
Name | Description |
---|---|
Delete() | Delete the file from storage. |
Read() | Read the file stream. |
Write(Stream) | Write a stream to file, if the file already exists, it is overwritten. |