Send comments on this topic
Create new storage
To create new resizeable storage:
- Create an instance of SolFSStorage class using it's Constructor.
- Set FileName, PageSize and Logo properties of SolFSStorage class.
- Call Open() method of SolFSStorage class and pass somCreateAlways value as a parameter.
To create new fixed-sized storage:
- Create an instance of SolFSStorage class using it's Constructor.
- Set FileName, PageSize and Logo properties of SolFSStorage class.
- Call FormatFixedSize() method of SolFSStorage class.
- Call Open() method of SolFSStorage class and pass somOpenExisting value as a parameter.
