]> git.lyx.org Git - features.git/commit
Attempt to fix http://bugzilla.lyx.org/show_bug.cgi?id=4693
authorAbdelrazak Younes <younes@lyx.org>
Wed, 1 Oct 2008 09:36:01 +0000 (09:36 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 1 Oct 2008 09:36:01 +0000 (09:36 +0000)
commitc7a28bbec7fe78b9336fd7c18de6e396dc606197
tree6583df4ed7548536b93ec9eef64c14b74ef21b48
parent0ac664310a9f11006b6787163cd1bdbba9f41549
Attempt to fix http://bugzilla.lyx.org/show_bug.cgi?id=4693

isDirWritable(): make it work when there is no trailing slash!
createPath(): return false if the directory already exists.
createDirectory(): don't use mymkdir on Windows, use createPath() instead.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26669 a592a061-630c-0410-9148-cb99ea01b6c8
src/support/FileName.cpp