Forum Discussion

Joy's avatar
Joy
New Contributor II
8 years ago

Exclude files in Directory Browser

I would like to pull a list of files in a directory except the .zip and .lck files. In globtester.com the following works:
!*.{zip,lck}
However, it does not produce the same results when used as the File Filter option in the Directory Browser. Is there a different way to search all files except a given list?

2 Replies

    • Joy's avatar
      Joy
      New Contributor II

      That worked like a charm. Thank you!