Mail Archives: cygwin-developers/1998/04/23/08:51:22
Martin Svenningsson wrote:
>    ~$ ls /Path/To
>    ./    ../    A    a
> ok..
>    ~$ ls /path/to
>    ls: /path/to/A: No such file or directory
>    ls: /path/to/a: No such file or directory
>    ./   ../
> That's the weird output.. But I guess that was the dir thing Sergey ment.. 
> 
Nothing misterious - stat() for directories ignores case :-( Ideally, stat("/path/to") should return an error this case.
-- 
Sergey Okhapkin, http://www.lexa.ru/sos
Moscow, Russia
- Raw text -