Drive

JScript3.0+Syntax

Core JScript object created by calling the GetDrive() method of the FileSystemObject object.

Description

File System Objects (FSO) provide access to properties, methods, and events, using simple dot notation, to allow you to work with folders and files. A Drive is a file system object that provides access to the properties of disk drives and shared networks. A Drive object is created using the GetDrive() method of the file system object. The properties associated with the Drive object are listed in Table 9.4. For more information on file system objects, see the FileSystemObject section in this chapter.

Table 9.4. Properties Associated with Drive Object
ItemDescription
AvailableSpaceReturns amount of space available to ...

Get Pure JavaScript now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.