Scripting the File System, Part I: A Final Word - Doc JavaScript
Scripting the File System, Part I
A Final Word
In this column you learned how to use the FileSystemObject object in Microsoft's Scripting Engine. We showed you how to access and manipulate the system's files, folders, and drives. How to create and read files in different modes. We gave you a preview of the file, folder, and drive objects. We also introduced the drives collection, and explained how to use it.
In this column you learned:
- How to use
FileSystemObjectobject - How to use
BuildPath(),CopyFile(),CopyFolder(), andCreateFolder() - How to use
CreateTextFile(),DeleteFile(),DeleteFolder(), andDriveExists() - How to use
FileExists(),FolderExists(),GetAbsolutePathName(), andGetBaseName() - How to use
GetDriveName(),GetExtensionName(),GetFileName(),GetParentFolderName(), andGetSpecialFolder() - How to use
GetTempName(),MoveFile(),MoveFolder(), andOpenTextFile() - How to use
GetFile() - How to use
GetFolder() - How to use
DrivesandGetDrive()
For further reading, please refer to Microsoft's Documentation.
Produced by Yehuda Shiran and Tomer Shiran
All Rights Reserved. Legal Notices.
Created: November 20, 2000
Revised: November 20, 2000
URL: http://www.webreference.com/js/column71/11.html


