EldoS
 Table of Contents >  How to ... (basic questions) >  Enumerate files and directories
Navigation
Web site
Support
Table Of Contents
Send comments on this topic

Enumerate files and directories

To obtain all information about the particular file call FindFirst() method of SolFSStorage class. Pass the file name with path (eg. "\path\to\filename.ext") as Mask parameter in a call to FindFirst(). This will give you either 0 results if the file doesn't exist or exactly one result if the file has been found and information has been retrieved. If the result was obtained, call FindClose() to release resources, allocated for the search.

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