Hello, I tried to find some files using FILE command. For example FILE(GLOB MY_VAR "C:/<dir>/FF*") In UNIX-like system contents of MY_VAR variable is similar to "ls FF*". In Windows the result seems the same, but all the filenames are finally in the lower case!!! Does exist any switch or simple solution to avoid this strange behaviour? David