Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3F0AA45A.6AB242A6@dessent.net> Date: Tue, 08 Jul 2003 04:00:42 -0700 From: Brian Dessent Organization: My own little world... X-Accept-Language: en,en-US MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Mount Windows registry into filesystem References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Elfyn McBratney wrote: > On Tue, 8 Jul 2003, andrew brian clegg wrote: > > > Suggestion to those who know about these things: being able to go > > > > file /proc/registry/HKEY_CURRENT_USER/blahblahblah > > > > and have it return the type would be way cool. Or would that involve a > > really ugly hack? > > Kinda, 'cos `file' uses stock source (i.e. fileutils) and this would require > changing it somewhat. It wouldn't be hard to add this as an option to regtool, > however. Besides, doesn't file work by reading bits of the file and inferring its type based on content? You would have to add specific support for it in file (as opposed to adding entries in its database) to make an ioctl or something. I guess that's everyone's point, that it would pollute file too much. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/