Re: checking is a wildcard file exist

2004-09-29 Thread Matt Benson
HTH, Matt --- Don Hill <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to determine if a file exist in a > folder, > I know I can use the available for a file but I > don't know the > specific file name so for example I just want to > check for any files > with

checking is a wildcard file exist

2004-09-29 Thread Don Hill
Hi, I am trying to determine if a file exist in a folder, I know I can use the available for a file but I don't know the specific file name so for example I just want to check for any files with a ext of .xlf in folder /folder/folder/xlf-files, how would I do this, I just need to know if there ex