FSO Series One **filesystemobject (FSO) object pattern contains the following objects and collections

Source: Internet
Author: User
Tags contains
Filesystemobject|fso| Object | Collection FileSystemObject-----main object. Contains methods and properties that are used to create, delete, and obtain information about, and are typically used to manipulate drives, folders, and files. Many of the methods associated with the object are exactly like those in other FSO objects, and they are provided for convenience.

Drive-----object. Contains methods and properties for collecting information about the drives attached to the system, such as the share name of the drive and how much free space it has. Note that "drive" does not have to be a hard disk, it can be a CD-ROM drive, a RAM disk, and so on. It is not necessary to physically connect the drive to the system, or it can be logically connected through the network.

Drives----collection. Provides a list of the drives that are physically or logically connected to the system. The drives collection includes all drives, regardless of type. The media drive to be removable appears in the collection without having to insert the media into the drive.
The File object. Contains methods and properties for creating, deleting, or moving files. Also used to ask the system for file names, paths, and a variety of other properties.

The Files----collection. Provides a list of all files contained within a folder.

Folder----object. Contains methods and properties for creating, deleting, or moving a folder. Also used to ask the system about folder names, paths, and a variety of other properties.

Folders----collection. Provides a list of all folders within a folder.

TextStream----object. Used to read and write text files.



Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.