On Nov 30 04:44, Martin Wege via Cygwin wrote: > Hello, > > does Cygwin have UNC path conversion functions, for example UNC path > to DOS mount letter, UNC path to file URL?
Neither Cygwin nor Windows really care for that when using paths. Either you use a drive letter or you use an UNC path, and either it exists or not. Everything else is done in the mount manager or kernel. If you want to look for drive letter to UNC path conversion, you can utilise QueryDosDevice. Corinna -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple