  
Filesystemobject And Jscript
FileSystemObject Object (Scripting)
[JScript] var fso = new ActiveXObject(" Scripting.FileSystemObject "); var a = fso.CreateTextFile("c:\testfile.txt" , true); a.WriteLine("This is a test."); a
Programming the FileSystemObject
FileSystemObject" ) This sample code demonstrates how to create an instance of the FileSystemObject. In JScript, use this code to do the same:
Programming the FileSystemObject (Scripting)
[VBScript] Dim fso Set fso = CreateObject("Scripting.FileSystemObject" ) [JScript] var fso; fso = new ActiveXObject("Scripting.FileSystemObject" );
dBforums - JScript, FileSystemObject, XP
Thread Tools Search this Thread Display Modes #1 08-25-02, 03:39 Idar Lind Guest. Posts: n/a JScript, FileSystemObject, XP
The ASP Emporium - JScript Examples Archive
Reading Files. Read files and directories with the Scripting.FileSystemObject and JScript. IP Address Filtering and Restriction System.
JScript FileSystemObject Object GetDrive Method. Returns a Drive object corresponding to the drive in a specified path.
JScript FileSystemObject Object OpenTextFile Method. Opens a file. Syntax: JScript FileSystemObject Object OpenTextFile Method. object
JScript FileSystemObject Object FileExists Method. Syntax: JScript FileSystemObject Object FileExists Method. object.FileExists(filespec) .
br>" End Sub This example shows how to use the Folder and FileSystemObject objects in JScript: function ShowFolderInfo() { var fso
Thread Tools Search this Thread Display Modes #1 09-08-02, 10:08 Toto Guest. Posts: n/a using FileSystemObject failed in JScript
All trademarks and copyrighted information contained herein are the property of their respective owners.
|