[Bug 22343] Word Pro overwrites symbolic links

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Apr 11 19:44:03 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=22343





--- Comment #4 from Jeff Zaroyko <jeffz at jeffz.name>  2010-04-11 19:44:02 ---
(In reply to comment #3)
> Created an attachment (id=27336)
 --> (http://bugs.winehq.org/attachment.cgi?id=27336) [details]
> file trace

> trace:file:DeleteFileW L"Z:\\home\\tony\\Desktop\\eraseme.lwp"

At a guess, DeleteFileW is called by the app directly.  Off the top of my head,
I don't see any reason why DeleteFileW shouldn't remove your symlink.  It seems
like normal and expected behavior.

You can confirm where DeleteFileW is being called by using winedbg.

winedbg wordpro.exe
break * DeleteFileW
c
bt

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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