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"; }
In reply to How to get list of files with .fmb extension in windows by subha
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |