ToolsFso Module
FSO utility module (currently a placeholder module).
Description
ToolsFso is a standard BAS module, currently for placeholder use, with no specific functionality implemented.
File system related functionality is mainly implemented in the following classes:
| Class Name | Description |
|---|---|
cToolsFso | Path processing, directory management |
cFileIO | File operations based on Win32 API |
cFileEx | File operations based on VB Open statement |
cToolsStream | Stream operations based on ADO Stream |
Related Documentation
- cToolsFso.md - File System Tools Class
- cFileIO.md - API File Operations Class
- cFileEx.md - VB Native File Operations Class
- cToolsStream.md - ADO Stream File Operations Class