Enum StorageOp
The file storage operation type
public enum StorageOp
Fields
Append = 2
The storage is open for append
Read = 0
The storage is open for reading
Write = 1
The storage is open for writing
The file storage operation type
public enum StorageOp
Append = 2
The storage is open for append
Read = 0
The storage is open for reading
Write = 1
The storage is open for writing