Re: unixfs.dll: shell namespace extension for the unix filesystem

2005-02-23 Thread Mike Hearn
On Wed, 23 Feb 2005 14:20:09 +0100, Michael Jung wrote: > Currently, unixfs is registered as a virtual folder appearing directly at 'My > Computer'. Winecfg uses SHBrowseForFolder, but it will also appear in > open/save-as dialogs. Would this be ok? Well exactly, I'm not sure we want it in the o

Re: unixfs.dll: shell namespace extension for the unix filesystem

2005-02-23 Thread Michael Jung
On Wednesday 23 February 2005 12:38, Mike Hearn wrote: > - I do not understand why a UnixFSPIDLToPath function is needed, doesn't > Win32 already provide a generic form of this function? If we are going > to introduce new APIs then the whole excercise becomes meaningless as we > may as well j

Re: unixfs.dll: shell namespace extension for the unix filesystem

2005-02-23 Thread Mike Hearn
On Sun, 20 Feb 2005 23:14:44 +0100, Michael Jung wrote: > this is a first rough cut version of a shell namespace extension to access > the > unix filesystem from wine. It's primary use-case is for winecfg's > drive-mapping propery sheet. It already works for this purpose. Cool! Here are some c

unixfs.dll: shell namespace extension for the unix filesystem

2005-02-20 Thread Michael Jung
Hi, this is a first rough cut version of a shell namespace extension to access the unix filesystem from wine. It's primary use-case is for winecfg's drive-mapping propery sheet. It already works for this purpose. It would be cool if 'the COM guys' could take a look at the code, since this is t