EldoS
 Table of Contents >  How to ... (basic questions) >  Read a file
Navigation
Web site
Support
Table Of Contents
Send comments on this topic

Read a file

To read the file contents, you need to create an instance of SolFSStream class using it's Constructor. Set CreateNew parameter to false, ReadEnabled parameter to true and WriteEnabled parameter to false.

Once the object is created, use it's Read() method to Read the data. Finally close the stream using it's Close() method or destructor (depending on the API).

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