[Bug 44948] fixme:file:CreateSymbolicLinkW() is not implemented

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Aug 2 06:43:20 CDT 2018


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

Screwtape <thristian at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thristian at gmail.com

--- Comment #4 from Screwtape <thristian at gmail.com> ---
Easy test case:

  $ cd $(mktemp -d)
  $ wine cmd /C "mklink foo bar"
  $ stat foo

Expected result:

  Information about a symlink named "foo"

Actual result:

  stat: cannot stat 'foo': No such file or directory

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