i have tried other working files all same answer. i took the file extension out. There is nothing wrong with the file mask file itself it works fine on console application.
mcbain942 wrote:So windows servers files have to be lower cased.
Not exactly.
Filenames on Windows and *nix may contain both upper and lower case. *nix users often don't use upper-case in their filenames. Windows system programs mostly tolerate the user typing in either case. But if the processing will be done by a *nix system, you need to specify the correct case.