August 1999
Intermediate to advanced
1488 pages
72h 53m
English
Core JScript object created by calling the CreateTextFile() method of the FileSystemObject object.
The TextStream object is created by calling the CreateTextFile() method of an instance of the FileSystemObject. An instance of the TextStream object is created by calling the CreateTextFile() method of the FileSystemObject object.
Table 9.17 contains a list of methods and properties of the TextStream object.
| Type | Item | Description |
|---|---|---|
| Method | Close() | Closes the file |
| Read() | Reads in a specified number of characters | |
| ReadAll() | Reads the entire file | |
| ReadLine() | Reads a line of the file up to the newline character | |
| Skip() | Skips the specified number of characters | |
| SkipLine() ... |
Read now
Unlock full access