[ASP] Read file on windows ce

From: Max ©® (me_at_maxetere.it)
Date: 11/03/04

  • Next message: John Spaith [MS]: "Re: [ASP] Read file on windows ce"
    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


  • Next message: John Spaith [MS]: "Re: [ASP] Read file on windows ce"

    Relevant Pages

    • Re: "scrrun.dll" not compatible in different languages?
      ... Any OS that supports scripting must be properly locked down or the scripting ... some features in FSO that are nearly impossible to ... The fact that VB 6 doesn't support ... The fact that there is no way to write a decent language translator from VB ...
      (microsoft.public.vb.general.discussion)
    • Re: How do I read a server-side text file into JavaScript variables ?
      ... Here's an example using ASP I found by Googling "using fso". ... FSO is Microsoft's File System Object, ... and read the data into my JavaScript variables? ...
      (microsoft.public.frontpage.programming)
    • Re: Mysql configuring error.
      ... > Tnx. ... FSO - UARNET USER's SUPPORT ...
      (comp.unix.bsd.freebsd.misc)
    • Re: Searching for files in VB
      ... mean much to me unless someone provides data to support the statement. ... "In God we trust, ... worth considering. ... FSO can cause many ...
      (microsoft.public.vb.general.discussion)
    • Re: uname
      ... > all I want is FreeBSD 5.2 ... FSO - UARNET USER's SUPPORT ...
      (comp.unix.bsd.freebsd.misc)

    Loading