Vadim Zeitlin
abf26b03a7
Fix wxFileName::Mkdir("/foo") under MSW
...
Creating a directory with the leading path separator unexpectedly
created it under the current directory rather than in the root of the
current drive under MSW, due to the path being considered relative, in
spite of starting with the path separator, because it didn't have the
volume.
Fix this by avoiding the use of IsAbsolute() in Mkdir() and checking for
m_relative instead, as it seems the safest possible fix for this bug
because changing IsAbsolute() to return true in this case might change
the behaviour of the existing code.
Closes #4470 .
2021-09-13 21:25:30 +01:00
..
2020-10-19 13:54:19 +02:00
2021-07-04 15:08:13 +01:00
2021-08-25 01:00:24 +02:00
2020-10-12 21:58:37 +02:00
2021-08-26 23:12:40 +02:00
2020-10-12 21:58:37 +02:00
2021-03-13 15:15:40 +01:00
2021-09-11 23:24:22 +02:00
2021-08-07 18:04:22 +02:00
2020-10-12 21:58:37 +02:00
2020-11-21 20:52:13 +01:00
2021-07-03 16:45:15 +02:00
2021-08-22 21:35:14 +02:00
2020-10-12 21:58:37 +02:00
2021-09-13 21:25:30 +01:00
2020-10-19 13:54:19 +02:00
2020-10-12 21:58:37 +02:00
2020-10-12 21:58:37 +02:00
2020-10-12 21:58:37 +02:00
2020-10-12 21:58:37 +02:00
2020-05-02 03:38:28 +02:00
2020-10-12 21:58:37 +02:00
2021-09-02 19:26:30 +02:00
2020-10-12 21:58:37 +02:00
2020-10-19 13:54:19 +02:00
2021-09-08 17:43:25 +02:00
2020-11-21 19:16:21 +02:00
2021-09-05 00:10:05 +01:00
2020-10-12 21:58:37 +02:00
2021-01-15 14:55:06 +01:00
2020-10-12 21:58:37 +02:00
2021-08-07 18:04:22 +02:00
2020-10-19 13:53:52 +02:00
2021-08-21 15:05:13 +02:00
2021-08-05 23:42:53 +01:00
2020-10-12 21:58:37 +02:00
2021-07-24 19:17:59 +02:00
2020-10-12 21:58:37 +02:00
2020-10-12 21:58:37 +02:00
2021-01-25 12:58:04 +01:00
2021-04-07 18:34:08 +02:00
2021-08-07 18:04:22 +02:00
2021-07-15 19:55:01 +02:00
2020-10-12 21:58:37 +02:00
2020-10-12 21:58:37 +02:00
2020-12-04 19:29:59 +01:00
2021-02-23 21:52:27 +01:00
2020-11-16 16:48:47 +01:00
2020-10-12 21:58:37 +02:00
2021-08-08 21:42:38 +02:00
2020-10-12 21:58:37 +02:00
2021-04-15 19:20:32 +01:00
2021-06-15 16:44:24 +01:00
2020-11-19 13:06:37 +01:00
2020-10-12 21:58:37 +02:00
2018-11-04 18:28:33 +01:00
2021-01-07 09:47:46 +01:00
2015-03-19 21:46:05 +01:00
2021-05-01 14:03:04 +02:00
2021-08-15 18:39:34 +02:00
2021-08-26 23:12:40 +02:00
2017-11-02 01:53:29 +01:00
2019-11-30 23:24:54 +01:00
2019-11-30 23:24:54 +01:00
2019-11-30 23:24:54 +01:00
2019-11-30 23:24:54 +01:00
2019-11-30 23:24:54 +01:00
2021-08-24 17:12:06 +02:00
2021-04-18 22:13:45 +02:00
2021-02-05 23:52:29 +01:00
2021-08-26 23:12:40 +02:00
2021-08-26 23:12:40 +02:00
2021-08-26 23:12:40 +02:00
2021-08-26 23:12:40 +02:00
2021-08-26 23:12:40 +02:00
2021-08-26 23:12:40 +02:00
2021-08-26 23:12:40 +02:00
2021-08-26 23:12:40 +02:00
2021-08-26 23:12:40 +02:00
2021-08-26 23:12:40 +02:00
2017-11-25 11:13:02 +01:00
2017-11-25 11:13:02 +01:00
2017-11-25 11:13:02 +01:00
2017-11-25 11:13:02 +01:00
2017-11-25 11:13:02 +01:00
2021-08-24 17:12:06 +02:00
2021-05-01 14:03:04 +02:00
2021-08-24 23:05:25 +02:00
2021-04-18 22:13:45 +02:00
2021-03-13 15:15:40 +01:00
2020-10-12 21:58:37 +02:00
2019-01-24 22:52:46 +01:00
2017-12-02 14:38:19 +01:00
2017-11-05 17:28:24 +01:00
2021-04-10 15:26:10 +02:00
2021-08-26 15:49:57 +02:00
2020-09-21 15:54:42 +02:00
2021-01-31 01:33:30 +01:00