Blog to understand automation concepts in QTP, Selenium Webdriver and Manual Testing concepts

FileSystemObject - Manipulation of Files and Files Properties

This post shows what are the basic operation we can do on files using filesystemobject in VBScript. We will discuss on writing to a file and reading from file in next posts.

Below are the tasks we can perform on files using filesystemobject and the properties of file object through which we can extract useful information. 


Tasks Performed on files are as follows: 

1. Creating object for FSO.

2. Verify if file exists.

3. binding to existing file

4. Creating a new text file.

5. Copy or moving a file

6. Deleting a file



Tasks performed on Files
Tasks performed on Files

Properties of File Object
Properties of File Object

1 comment: