[Wine] Re: Deconflict Unix Forward / and Windows Back Slash Directory

Bob Wya wineforum-user at winehq.org
Fri Dec 3 19:39:15 CST 2010


stvs wrote:
> Passing in the base directory as "\home\base_dir" doesn't work at all because this syntax is incorrect on BSD.
> 
> Is there some flag or trick to tell WINE to interpret the correct directory syntax on BSD? I'm stuck with the executable I have.


Uhhmmm. If you mean what I think you mean then you would escape the Windows directory delimiting forward slashes:

Code:
"\\home\\base_dir"


Otherwise your BSD shell will try and put an escaped "h" character and an escaped "b" character in that Wine path.

Bob







More information about the wine-users mailing list