Ask a Question related to PERL Beginners, Design and Development.
-
James Browning #1
New Folder Creation
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.
Pardon my ignorance,
James
James Browning Guest
-
Folder creation
Is it possible to create a folder on the server through the Contribute 3 interface? -
Extension Creation - mxi file does not create folder
Well... Here we are again 9 months later and it seems as tough Dreamweaver 8 does not support: dw.getUserConfigurationPath() So... How... -
Intercept the auto-refresh of a folder in HTML folder template
Can anyone please send me the code to intercept the auto-refresh of a web page or folder (controlled by HTML folder template), or tell me where can... -
Folder creation up to an invalid path
Hi This might be a strange problem...One of my folder has been recreated several times in to depth of its path and now i am unable to delete the... -
dynamic creation folder while preview report
dear sir i wanted to create the folder of today date by default in c driver under c:\reports folder..i hve tried mkdir, dir with vbdirectory but... -
Rob Dixon #2
Re: New Folder Creation
James Browning wrote:
Hi James.>
> 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.
Well, it depends on what you mean by 'as needed'. The 'mkdir'
built-in will create a directory for you.
perldoc -f mkdir
Beyond that I can't help without more details.
Cheers,
Rob
Rob Dixon Guest
-
Bob Showalter #3
RE: New Folder Creation
Browning, James wrote:
See also the standard File::Path module.> Can someone point me in the right direction to find a simple script
> that will automate the creation of folders as needed?
Bob Showalter Guest
-
Drieux #4
Re: New Folder Creation
On Dec 2, 2003, at 8:46 AM, Browning, James wrote:
how exactly are you defining> Can someone point me in the right direction to find a simple script
> that
> will automate the creation of folders as needed?
'as needed'???
I have a cron job that I use to traverse where
my blog has plonked stuff, and do sym-links to
the blog_archive so that they can be found by
web-bots: cf
<http://www.wetware.com/drieux/pbl/Sys/FS/blog_archive.txt>
I run it from cron.
ciao
drieux
---
Drieux Guest
-
Rob Dixon #5
Re: New Folder Creation
Bob Showalter wrote:
Of course you're probably right Bob. 'As needed' is likely>
> 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 mean the creation of an entire tree of directories. A lot
of Unix mkdir calls will do this anyway (but can this be
accessed through Perl, anybody?). But on VMS, Mac and Windows
File::Path::mkpath' does the job excellently.
This thread is the horse I'm backing :)
Rob
Rob Dixon Guest



Reply With Quote

