[Bug 44721] GetFullPathName return path

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Mar 12 01:00:58 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=44721

--- Comment #2 from Stan <markau0 at lycos.com> ---
If I use c:\windows\notepad.exe for the command line argument with Wine 3.3
then the output is

The full path name is:  c:\windowsnotepad.exe


If I use c:\\windows\\notepad.exe for the command line argument with Wine 3.3
then the output is

The full path name is:  c:\windows\notepad.exe


If I use c:/windows/notepad.exe for the command line argument with Wine 3.3 

The full path name is:  c:\windows\notepad.exe


backslash-double backslash-forward slash, different results.



The return values on Vista are

The full path name is:  c:\windows\notepad.exe

for

command line arguments

c:\windows\notepad.exe

c:\\windows\\notepad.exe

c:/windows/notepad.exe

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list