Re: New Folder Creation

2003-12-02 Thread Rob Dixon
Bob Showalter wrote: > > Browning, James wrote: > > Can someone point me in the right direction to find a simple script > > that will automate the creation of folders as needed? > > See also the standard File::Path module. Of course you're probably right Bob. 'As needed' is likely to mean the crea

Re: New Folder Creation

2003-12-02 Thread drieux
On Dec 2, 2003, at 8:46 AM, Browning, James wrote: Can someone point me in the right direction to find a simple script that will automate the creation of folders as needed? how exactly are you defining 'as needed'??? I have a cron job that I use to traverse where my blog has plonked stuff, and

RE: New Folder Creation

2003-12-02 Thread Bob Showalter
Browning, James wrote: > Can someone point me in the right direction to find a simple script > that will automate the creation of folders as needed? See also the standard File::Path module. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: New Folder Creation

2003-12-02 Thread Rob Dixon
James Browning wrote: > > Can someone point me in the right direction to find a simple script that > will automate the creation of folders as needed? > > I've looked but can't find what I need. Hi James. Well, it depends on what you mean by 'as needed'. The 'mkdir' built-in will create a director