<P>Storages and Files are one of the most important parts of the ActiveX pack 1. Set of components for stream/file
and storage/directory access and management. Together with the record based (DB like) access this makes them universal
and flexible tool for the ALP applications.
</P>
<P>You can still use FSO in your applications. But we recommend you Storages and Files as powerful alternative. Also
FSO is often disabled on the client machines by certain antivirus programs while Storages and Files are not.
</P>
<P>Most of the samples in this section use FILE fields. To keep them simple no upload is done, instead the files 
are fetched directly from the local file system (good for ALP but not for IIS).
</P>