This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bug when current directory has a trailling dot?


On Apr  1 16:13, Heraldo Maciel FranÃa Madeira wrote:
> Hello,
> 
> IÂve noticed the following problem in accessing Windows executables from
> specific directories.
> 
> If the current directory has a dot-ended component directory, like
> ~/x/y./z or
> ~/x. then some weird things happen (in bash, and in sh, as well):
> 
> ----------------------------------
> $ cd ~/x/y./z
> $ /cygdrive/c/Windows/System32/netstat
> bash: /cygdrive/c/Windows/System32/netstat: Not a directory

File names with trailing dots or spaces are not valid Win32 paths,
even though the underlying NTFS fileystems as well as Cygwin supports
them.  However, Cygwin refuses to start native WIn32 applications
to start in directories which are not valid Win32 dirs.  Also see
http://cygwin.com/cygwin-ug-net/using-specialnames.html for more info
about special filenames.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]