EldoS
 Table of Contents >  How to ... (basic questions) >  Create new storage
Navigation
Web site
Support
Table Of Contents
Send comments on this topic

Create new storage

To create new resizeable storage:

  1. Create an instance of SolFSStorage class using it's Constructor.
  2. Set FileName, PageSize and Logo properties of SolFSStorage class.
  3. Call Open() method of SolFSStorage class and pass somCreateAlways value as a parameter.
Alternatively, you can create a resizeable storage with one call to the overloaded Constructor that lets you create new storages.

To create new fixed-sized storage:

  1. Create an instance of SolFSStorage class using it's Constructor.
  2. Set FileName, PageSize and Logo properties of SolFSStorage class.
  3. Call FormatFixedSize() method of SolFSStorage class.
  4. Call Open() method of SolFSStorage class and pass somOpenExisting value as a parameter.

Contact Us | Subscribe | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2008, EldoS Corporation