03-16-2010, 02:03 PM
Yes I tested it. Could use "*~*", but then finds all files. It is how Windows works. Files have 2 names - long and short with ~, and Windows (particularly FindFirstFile , that QM calls) finds both.
If want to use FE_Dir or dir, need to get all files and then use findc('~') or other string function.
If want to use FE_Dir or dir, need to get all files and then use findc('~') or other string function.