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 |
Properties of File Object |
Nice post i had ever seen
ReplyDelete