Re: Creating a new directory from a script under windows

2005-12-05 Thread mark pryor
Alejandro Santillan [EMAIL PROTECTED] wrote: I am programing a cgi that performs a series of tasks while interacting withthe client and that should keep a session alive for a week.In order to do that I decided to create a session directory each time aclient sings up.The directory is create while

RE: Creating a new directory from a script under windows

2005-12-05 Thread Bullock, Howard A.
See use File::Path; mkpath(['/foo/bar/baz', 'blurfl/quux'], 1, 0711); rmtree(['foo/bar/baz', 'blurfl/quux'], 1, 1); ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: