in reply to selcting all files in a given directory except......

I believe the GLOB function will return all files in a given directory, as this is what I use on UNIX / Solaris. Eg: @<list> = glob(<path & wildcard for files>); @ftest = glob(/dir1/file*.sh);
  • Comment on Re: selcting all files in a given directory except......

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.