X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3165B385C318 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1701422138; bh=1Am4yE5u+WaH6VnIUnLZE1g1bElBstXQpCYFRGe4BUA=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=nuDymyZ0FLQrwSum6Q8DU7G18CXF0PHSbXbfYpDBJhZuIHQDrCukahMQvH6P9+XmI mKfv9MPvIc72SFtlXFvetElLpnoRw5+QGJG53oHl1cJOl/jSrM/bpms1M//Vp89cqr jub8sHmdL64gSYL3R3I1O/BxwgflBJ3arzw53Mt8= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C2D94385AC22 Date: Fri, 1 Dec 2023 10:15:18 +0100 To: cygwin AT cygwin DOT com Subject: Re: Cygwin UNC path conversion functions? Message-ID: Mail-Followup-To: cygwin AT cygwin DOT com References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Corinna Vinschen via Cygwin Reply-To: cygwin AT cygwin DOT com Cc: Corinna Vinschen Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" 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