
Introduction - FILE SYSTEM OBJECTS
- Work with Folders & Files connected with the system
- Present inside the Microsoft Scripting Runtime Library
USES
- Create, Open, Read, Write & Delete Text Files
- Create, Alter & Delete Folders
- Iterate Files & Folders to the list
- Copy & Move Files or Folders
- Check if File or Folder exists or not.
CREATING FILE SYSTEM OBJECT
EARLY BINDING
Using By Reference Method
LATE BINDING
Using CreateObject Method
WORKING ON DRIVES
Functions are used to work on Drives
WORKING ON FOLDERS
Functions are used to work on FOLDERS
WORKING ON FILES
Functions are used to work on FILES
WORKING ON TEXT FILES
Functions are used to work on Text Files
This video explains complete details
> What are File System Objects
> How to use File System Objects
> Get Information on Drives, Folders, Files
> Create, Copy, Move, Delete Folders and Files
> Create, Open Text Files
> Get all the File Names, Folder Names, Sub-Folder Names
> Check if the Folder, Files exists or not