Hi,

I bought a ASP portal script, aspportal.net, But It gives a problem from a
line,
Set folderpath = fso.getfolder(thepath)
The error is,
Error Type:
Microsoft VBScript runtime (0x800A01B6)
Object doesn't support this property or method: 'getfolder'
/aspportal/themes/themes.asp, line 37

What could be the problem? Please kindly help.

Regards,
Benny

Re: FSO "getfolder" method problem. by Ray

Ray
Mon Jul 21 23:49:29 CDT 2003

Post your code. It sounds like you're missing a "set fso =
server.createobject("scripting.filesystemobject")."

Oh, wait, it's not your code. Assuming there are no copyright violations,
post lines 1-17 of /aspportal/themes/themes.asp. If you cannot do that,
contact the seller of the product.

Ray at home

--
Will trade ASP help for SQL Server help


"Benny Alexander" <ag_BennyREMOVETHIS@Yahoo-Remove_This.com> wrote in
message news:OqaTgrAUDHA.2520@tk2msftngp13.phx.gbl...
> Hi,
>
> I bought a ASP portal script, aspportal.net, But It gives a problem from a
> line,
> Set folderpath = fso.getfolder(thepath)
> The error is,
> Error Type:
> Microsoft VBScript runtime (0x800A01B6)
> Object doesn't support this property or method: 'getfolder'
> /aspportal/themes/themes.asp, line 37
>
> What could be the problem? Please kindly help.
>
> Regards,
> Benny
>
>



Re: FSO "getfolder" method problem. by Aaron

Aaron
Tue Jul 22 09:13:03 CDT 2003

What version of IIS / PWS are you using? GetFolder was not in the initial
spec for FSO, IIRC, so if you have an older version of the web server, you
might have to upgrade... or at least get the most recent scripting engines.




"Benny Alexander" <ag_BennyREMOVETHIS@Yahoo-Remove_This.com> wrote in
message news:OqaTgrAUDHA.2520@tk2msftngp13.phx.gbl...
> Hi,
>
> I bought a ASP portal script, aspportal.net, But It gives a problem from a
> line,
> Set folderpath = fso.getfolder(thepath)
> The error is,
> Error Type:
> Microsoft VBScript runtime (0x800A01B6)
> Object doesn't support this property or method: 'getfolder'
> /aspportal/themes/themes.asp, line 37
>
> What could be the problem? Please kindly help.
>
> Regards,
> Benny
>
>