FileSystem Object

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Raj Babar

    FileSystem Object

    Hi,

    I have a code in ASP which makes an instance of FileSystemObjec t and
    creates a text file and Saves. The code works fine for Win2000 OS. Now I
    put the same code on WINXP. The same code doesn't create a file. I have
    check the user access and all the related things, but still no success.

    I think when XP is loaded the .NET framework is loaded and that's Y the
    file is not created. The same is the case on WIN2000 if I load .NET
    Framework. Is there any way to solve this.

    Thanks and Regards

    Raj Babar



    *** Sent via Developersdex http://www.developersdex.com ***
    Don't just participate in USENET...get rewarded for it!
  • Svend Tofte

    #2
    Re: FileSystem Object

    > I think when XP is loaded the .NET framework is loaded and that's Y the[color=blue]
    > file is not created. The same is the case on WIN2000 if I load .NET
    > Framework. Is there any way to solve this.[/color]

    The FSO object has nothing to do with .NET.

    I suggest asking in either:

    microsoft.publi c.scripting.jsc ript
    microsoft.publi c.scripting.vbs cript
    microsoft.publi c.scripting.wsh

    Depending on where you feel your question best belongs.

    Regards,
    Svend

    Comment

    Working...