On Thu, 21 Apr 2005 17:53, Michael Jung wrote:
The functions, which do unix to wine path conversion, would try to find a path starting from a wine drive letter and if none is found, would pass through the unix path.
I don't like this idea. Aside from the fact that it would slow everything down when using a UNIX path, you have case sensitivity issues (UNIX paths should be case sensitive, Windows paths should not).
An app should know at compile time the path is a UNIX path or a Windows one anyway. As this is something only a WineLib app should care about it seems to me that a deterministic compile time solution is better than an heuristic run time solution.