Re: Optionally map the unix filesystem instead of drive letters into the shell namespace

2005-05-31 Thread Michael Lin
Hi Michael, Never mind. In your last mail you said that you already implemented "rename" and "new folder" functionality. Are those restricted to shfldr_unixfs? Do you think those could be sent as a separate patch already? That would be sweet. Here it is, I have cleaned it up so it is only r

Re: Optionally map the unix filesystem instead of drive letters into the shell namespace

2005-05-30 Thread Michael Jung
On Monday 30 May 2005 02:12, you wrote: > Please explain on the per process basis. If you mean let winelib > application change the global flags via wine API, there will be > synchronization and threading issues. Say application A turn on unix path, > application B turn on unix path, application B

Re: Optionally map the unix filesystem instead of drive letters into the shell namespace

2005-05-29 Thread Michael Lin
Hi Michael, Please consider the configure based global flag only an option. That's actually what I said several times. It could be a per application option as well. And there is no problem in activating it via a wine-specific API, which would override the config on a per process basis. P

Re: Optionally map the unix filesystem instead of drive letters into the shell namespace

2005-05-27 Thread Michael Jung
Hi Michael, On Friday 27 May 2005 03:03, Michael Lin wrote: > Just a few things with this approach. > As I mentioned before .. with a global flag in the registry. > User can't run a winelib application with unix path and a Windows > application on Wine with dos path at the same time. Please cons