At 09:33 AM 12/5/2005 -0300, Alejandro Santillan wrote:
>The directory is create while the scrip runs under linux, but under windows
>it is not able to do it.

What webserver are u using?  IIS has known finicky permission problems.


>#now trying to create the session 11232 that fails
>$sys = "mkdir C:\\Inetpub\\wwwroot\\presupuestador\\Sessions\\11232";

Try this.
mkdir "C:\\Inetpub\\wwwroot\\presupuestador\\Sessions\\11232";

The entire C:\\Inetpub\\wwwroot\\presupuestador\\Sessions parent dir must
exist beforehand.






--
REMEMBER THE WORLD TRADE CENTER         ---=< WTC 911 >=--
"...ne cede malis"

00000100

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to