This method opens the file for JScript so that it can access or modify its contents when the JScript interpreter is in the Windows environment.
The mode parameter should be one of:
ForReading
ForWriting
ForAppending
The format parameter can be set to open the file with a Unicode or ASCII character set. The default is ASCII if you request the system default value. These values are indicated with a numeric value as follows:
See also: | FileSystem.OpenTextFile(), TextStream object |
Prev | Home | Next |
File.Name | Up | File.ParentFolder |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |