
Please Help! File Access Component Problem
Quote:
>' Create an instance of the FileSystemObject
>Set MyFileObject=CreateObject("Scripting.FileSystemObject")
>' Create a folder w/ username
> struser="C:\Webshare\FTPROOT\"&Request.Form("username")
> MyFileObject.CreateFolder struser
>Error:
>Microsoft VBScript runtime error '800a01b6'
>Object doesn't support this property or method: 'MyFileObject.CreateFolder'
Looks pretty kosher, although I highly recommend *always* using
Server.CreateObject from ASP, not the scripting CreateObject.
--
Scott Nichol
e-mail: Remove nospam. from reply address.