]> git.saurik.com Git - wxWidgets.git/commit
Add support for symlinks to wxFileName.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 15 Oct 2012 01:09:01 +0000 (01:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 15 Oct 2012 01:09:01 +0000 (01:09 +0000)
commitc063adebbad51e9ba8727a5e37d89190807864a4
tree644469768001bb8f3301218bf847ed9d1c1b61ff
parent76cfd1bf95045676ab0078c45e8b5c9f2c021632
Add support for symlinks to wxFileName.

Allow to work with the symlinks themselves and not the file they reference by
calling the new wxFileName::DontFollowLink().

Update Unix wxDir implementation to not treat symlinks to directories as
directories, this ensures that we don't recurse into the directories outside
of the original parent accidentally.

Closes #14542.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72680 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/filename.h
interface/wx/filename.h
src/common/filename.cpp
src/unix/dir.cpp
tests/filename/filenametest.cpp