Re: [ASP] Read file on windows ce
From: John Spaith [MS] (jspaith_at_ONLINE.microsoft.com)
Date: 11/03/04
- Previous message: Max ©®: "[ASP] Read file on windows ce"
- In reply to: Max ©®: "[ASP] Read file on windows ce"
- Next in thread: Max ©®: "Re: [ASP] Read file on windows ce"
- Reply: Max ©®: "Re: [ASP] Read file on windows ce"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 3 Nov 2004 12:33:51 -0800
Don't apologize for your English, Max. Your English is much better than my
Italian :).
The only way to make this work on Windows CE is to write your own ActiveX
object to implement FSO (or better yet only the parts that you need). You
may try looking around on groups/google to see if anyone has implemented
this already.
There was an extended discussion about this available at
http://groups.google.com/groups?q=spaith+filesystem+object&hl=en&lr=&selm=OoiJHzILEHA.1340%40TK2MSFTNGP12.phx.gbl&rnum=1.
Ciao!
-- John Spaith Software Design Engineer, Windows CE Microsoft Corporation Check out the new CE Networking Team Blog at http://blogs.msdn.com/cenet/. This posting is provided "AS IS" with no warranties, and confers no rights. You assume all risk for your use. © 2003 Microsoft Corporation. All rights reserved. "Max ©®" <me@maxetere.it> wrote in message news:2urqs0F2enrf8U1@uni-berlin.de... > 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: Max ©®: "[ASP] Read file on windows ce"
- In reply to: Max ©®: "[ASP] Read file on windows ce"
- Next in thread: Max ©®: "Re: [ASP] Read file on windows ce"
- Reply: Max ©®: "Re: [ASP] Read file on windows ce"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|