[Bug 44721] New: GetFullPathName return path

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Mar 12 00:10:11 CDT 2018


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

            Bug ID: 44721
           Summary: GetFullPathName return path
           Product: Wine
           Version: 3.3
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: kernel32
          Assignee: wine-bugs at winehq.org
          Reporter: markau0 at lycos.com
      Distribution: ---

I ran the GetFullPathName code example from the Microsoft site
https://msdn.microsoft.com/en-us/library/windows/desktop/aa364963(v=vs.85).aspx


and Vista returns

The full path name is:  c:\windows\notepad.exe
The short name for c:\longdirectoryname is c:\LONGDI~1
The long name for c:\LONGDI~1 is c:\longdirectoryname

and Wine 3.3 returns

The full path name is:  c:\windowsnotepad.exe
The short name for c:\longdirectoryname is c:\LONG~TX4
The long name for c:\LONG~TX4 is c:\longdirectoryname


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

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

do not seem to match.

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