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
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
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
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