
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
CHECK DRIVE SPACE
This Lecture explains how to find the free space available in the Drive specified
CHECK FOLDER EXIST
This Lecture explains if the mentioned folder exists or not.
If the folder doesn't exists, a new folder will be created.
GET FILE NAME, SIZE, DATE
This Lecture explains how to get the list of files in the folder and get file name, size of the file, the last accessed details from the file mentioned
This video are in Kannada and 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