Описание тега filesystemobject
Object Model component on Windows systems that represents the local file system.
The FileSystemObject (FSO) Object Model is used to access the local file system. Among other things, it provides methods for
- reading file properties
- creating and deleting files and folders
- reading from files
For a complete list, visit the documentation link below.
Questions using the filesystemobject tag are expected to relate to programming