Re: Process Directory and subdirectories Recursively
- From: noreply@xxxxxxxxx (Gunnar Hjalmarsson)
- Date: Mon, 28 Jan 2008 13:49:58 +0100
Mimi Cafe wrote:
I am trying to process a directory and all subdirectory recursively and
generate a list as the Unix command "ls -R" will display,
<snip>
The script will finally be used on Windows OS, Unix system command cannot
be used.
print `dir /B /S`;
If you prefer a portable solution, check out the File::Find module.
--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl
.
- References:
- Process Directory and subdirectories Recursively
- From: Mimi Cafe
- Process Directory and subdirectories Recursively
- Prev by Date: Want to access Jenda as a PPM repository
- Next by Date: Re: Process Directory and subdirectories Recursively
- Previous by thread: Process Directory and subdirectories Recursively
- Next by thread: Re: Process Directory and subdirectories Recursively
- Index(es):
Relevant Pages
|
|