[ASP] Read file on windows ce
From: Max ©® (me_at_maxetere.it)
Date: 11/03/04
- Previous message: Marc: "Re: evb Apps broken on WM2003 SE, Watch Out"
- Next in thread: John Spaith [MS]: "Re: [ASP] Read file on windows ce"
- Reply: John Spaith [MS]: "Re: [ASP] Read file on windows ce"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 3 Nov 2004 11:40:46 +0100
Sorry for my english. ;o)
I use a web server on windows ce and I must read text file with ASP and,
unfortunately, File System Object (FSO) is not supported.
This code doesn't work:
Set fsoObject = Server.CreateObject("Scripting.FileSystemObject")
Set tsObject = fsoObject.OpenTextFile("nome_file.txt", 1, 0)
'cause "Server.CreateObject" is not supported.
How can I read a file without FSO support? Any suggestion?
Max
- Previous message: Marc: "Re: evb Apps broken on WM2003 SE, Watch Out"
- Next in thread: John Spaith [MS]: "Re: [ASP] Read file on windows ce"
- Reply: John Spaith [MS]: "Re: [ASP] Read file on windows ce"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading