| Home | Top | Website design | JavaScript Editor | ![]() | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |
| Features |
Description |
| Microsoft Scripting
Run-Time Features |
List of features currently in Microsoft Scripting Run-Time Library. |
| Language Element |
Description |
| Dictionary Object | Object that stores data key, item pairs. |
| Drive Object | Provides access to the properties of a particular disk drive or network share. |
| Drives Collection | Read-only collection of all available drives. |
| File Object | Provides access to all the properties of a file. |
| Files Collection | Collection of all File objects within a folder. |
| FileSystemObject Object | Provides access to a computer's file system. |
| Folder Object | Provides access to all the properties of a folder. |
| Folders Collection | Collection of all Folder objects contained within a Folder object. |
| TextStream Object | Facilitates sequential access to file. |
| Language Element |
Description |
| Add Method (Dictionary) | Adds a key and item pair to a Dictionary object. |
| Add Method (Folders) | Adds a new Folder to a Folders collection. |
| AtEndOfLine Property | Returns True if the file pointer immediately precedes the end-of-line marker in a TextStream file; False if it is not. |
| AtEndOfStream Property | Returns True if the file pointer is at the end of a TextStream file; False if it is not. |
| Attributes Property | Sets or returns the attributes of files or folders. |
| AvailableSpace Property | Returns the amount of space available to a user on the specified drive or network share. |
| BuildPath Method | Appends a name to an existing path. |
| Close Method | Closes an open TextStream file. |
| Column Property | Returns the column number of the current character position in a TextStream file. |
| CompareMode Property | Sets and returns the comparison mode for comparing string keys in a Dictionary object. |
| Copy Method | Copies a specified file or folder from one location to another. |
| CopyFile Method | Copies one or more files from one location to another. |
| CopyFolder Method | Recursively copies a folder from one location to another. |
| Count Property | Returns the number of items in a collection or Dictionary object. |
| CreateFolder Method | Creates a folder. |
| CreateTextFile Method | Creates a specified file name and returns a TextStream object that can be used to read from or write to the file. |
| DateCreated Property | Returns the date and time that the specified file or folder was created. |
| DateLastAccessed Property | Returns the date and time that the specified file or folder was last accessed. |
| DateLastModified Property | Returns the date and time that the specified file or folder was last modified. |
| Delete Method | Deletes a specified file or folder. |
| DeleteFile Method | Deletes a specified file. |
| DeleteFolder Method | Deletes a specified folder and its contents. |
| Dictionary Object | Object that stores data key, item pairs. |
| Drive Object | Provides access to the properties of a particular disk drive or network share. |
| Drive Property | Returns the drive letter of the drive on which the specified file or folder resides. |
| DriveExists Method | Returns True if the specified drive exists; False if it does not. |
| DriveLetter Property | Returns the drive letter of a physical local drive or a network share. |
| Drives Collection | Read-only collection of all available drives. |
| Drives Property | Returns a Drives collection consisting of all Drive objects available on the local machine. |