This is the mail archive of the cygwin-apps 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: [maybe-ITP] gamin


On Feb  1 20:22, Yaakov S (Cygwin Ports) wrote:
>   cygwin_conv_to_full_win32_path (cygpath, winpath);
>   if (!GetVolumePathName(winpath, rootdir, 256))

Careful.  GetVolumePathName is not available on 9x/Me and NT4.  In those
cases you better use a simple string algorithm which shortens the path
to X:\ or \\server\share.


Corinna

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


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