Patricio Muñoz wrote:
Hi,
I have the script
<%
$mypath = "D:\Apache\Apache2\asp\aplicacion\videos";
$fso = $Server->CreateObject("Scripting.FileSystemObject");
$fls = $fso->GetFolder($Server->MapPath($mypath));
%>
when execute in the browser, appear the next error:
[Thu Dec 04 13:14:40 2003] [
Hi there,
On Wed, 3 Dec 2003, [iso-8859-1] Patricio Muñoz wrote:
> I don't found the examples or documentation where can make the
> convertion to Apache::ASP
Apache::ASP is purely for Perl scripting, you can't use the same
code that you would use in the M1cr0$0ft world.
There is a separate Web