subha has asked for the wisdom of the Perl Monks concerning the following question:
use File::Spec; my $directory = 'C:\orant\FORMS60\forms\Fapidk\source\msvc\changecolor +\Debug\forms'; $path = File::Spec->catfile( @directories, "*.fmb" ); @files = glob($path);foreach(@files){print "$_\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to get list of files with .fmb extension in windows
by chromatic (Archbishop) on May 11, 2007 at 18:51 UTC | |
|
Re: How to get list of files with .fmb extension in windows
by thezip (Vicar) on May 11, 2007 at 18:58 UTC | |
|
Re: How to get list of files with .fmb extension in windows
by FunkyMonk (Bishop) on May 11, 2007 at 21:29 UTC |