Thank you for the tips... I will try them.
> -----Original Message----- > From: Kanhaiya Prasad [mailto:[email protected]] > Sent: Monday, October 24, 2011 10:08 PM > To: 'Sisyphus'; Barry Brevik; > [email protected] > Subject: RE: Making directories > > Hi > > Here is the very good approach to create directories as well > recursive directories. > > use File::Copy; > mkdir "c:/abc/def/xyz; > > (It will create all 3 directories and subdirectories as well) > > ---Kanhaiya > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On > Behalf Of Sisyphus > Sent: Tuesday, October 25, 2011 6:30 AM > To: Barry Brevik; [email protected] > Subject: Re: Making directories > > > ----- Original Message ----- > From: "Barry Brevik" > > > Does anyone have advice for me about how they create > directories with > > Perl? > > I've used: > > system 'mkdir', $path; > > but check 'mkdir /?' to see if that approach is suitable for you. > > Cheers, > Rob > _______________________________________________ > Perl-Win32-Users mailing list > [email protected] > To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs > > > > > _______________________________________________ Perl-Win32-Users mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
