Return-Path: Delivered-To: apmail-perl-asp-archive@www.apache.org Received: (qmail 72080 invoked from network); 9 Dec 2003 14:32:35 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 9 Dec 2003 14:32:35 -0000 Received: (qmail 31698 invoked by uid 500); 9 Dec 2003 14:32:32 -0000 Delivered-To: apmail-perl-asp-archive@perl.apache.org Received: (qmail 31521 invoked by uid 500); 9 Dec 2003 14:32:31 -0000 Mailing-List: contact asp-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list asp@perl.apache.org Received: (qmail 31500 invoked from network); 9 Dec 2003 14:32:30 -0000 Received: from unknown (HELO wanda.holzheim) (217.115.144.145) by daedalus.apache.org with SMTP; 9 Dec 2003 14:32:30 -0000 Received: from c-134-68-106.a.dial.de.ignite.net ([62.134.68.106] helo=c-134-68-4.a.dial.de.ignite.net) by wanda.holzheim with asmtp (Exim 4.24) id 1ATk4X-0002dr-VL; Tue, 09 Dec 2003 16:46:50 +0100 Date: Tue, 09 Dec 2003 15:32:21 +0100 From: Helmut To: =?ISO-8859-1?Q?Patricio_Mu=F1oz?= , asp@perl.apache.org Subject: Re: Methods Message-ID: <12150000.1070980341@localhost> In-Reply-To: <01c401c3be5f$1cb1f0e0$0500a8c0@ultra.cmet.net> References: <01c401c3be5f$1cb1f0e0$0500a8c0@ultra.cmet.net> X-Mailer: Mulberry/3.1.0 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Patricio, i guess you won't find any documentation of=20 CreateObject("Scripting.FileSystemObject") because Apache::ASP currently and probably in all the future only supports the Perl programming language. But i think, you can "translate" this into Perl. So there are several ways to manipulate, read or create files and=20 directories in perl - for a first overview see http://www.perldoc.com/perl5.6/pod/perlfunc.html "Functions for filehandles, files, or directories" or take a look at the modules IO::Dir, IO::File and so on at CPAN=20 (http://www.cpan.org) Helmut --On Tuesday, December 09, 2003 11:16:58 -0300 Patricio Mu=F1oz=20 wrote: > Hi All, > I work with module Apache::ASP and not found documentation for method > CreateObject("Scripting.FileSystemObject"). > For sample the next script in ASP > > <% > Set filesystem =3D CreateObject("Scripting.FileSystemObject") > Set folder =3D filesystem.GetFolder(server.mappath(mypath)) > Set subfolders =3D folder.SubFolders > Set filecollection =3D folder.Files > %> > > what methods support Apache::ASP ? > GetFolder, SubFolders, Files ? > > regards > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org > For additional commands, e-mail: asp-help@perl.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org For additional commands, e-mail: asp-help@perl.apache.org