Re: Qt5: QDir::mkpath() fails for /cygdrive/ paths

2015-08-13 Thread Corinna Vinschen
On Aug 12 22:59, David Stacey wrote: > On 09/07/2015 20:14, David Stacey wrote: > >QDir::mkpath() fails when creating paths that start '/cygdrive/'. This > >problem is only shown with Qt5 (not Qt4), and only with paths that start > >'/cygdrive/' (so running from my home directory '~' is fine). This

Re: Qt5: QDir::mkpath() fails for /cygdrive/ paths

2015-08-12 Thread Andrey Repin
Greetings, David Stacey! >> QDir::mkpath() fails when creating paths that start '/cygdrive/'. This >> problem is only shown with Qt5 (not Qt4), and only with paths that >> start '/cygdrive/' (so running from my home directory '~' is fine). >> This is not a permissions problem, as it works fine w

Re: Qt5: QDir::mkpath() fails for /cygdrive/ paths

2015-08-12 Thread David Stacey
On 09/07/2015 20:14, David Stacey wrote: QDir::mkpath() fails when creating paths that start '/cygdrive/'. This problem is only shown with Qt5 (not Qt4), and only with paths that start '/cygdrive/' (so running from my home directory '~' is fine). This is not a permissions problem, as it works f

Qt5: QDir::mkpath() fails for /cygdrive/ paths

2015-07-09 Thread David Stacey
QDir::mkpath() fails when creating paths that start '/cygdrive/'. This problem is only shown with Qt5 (not Qt4), and only with paths that start '/cygdrive/' (so running from my home directory '~' is fine). This is not a permissions problem, as it works fine with Qt4. Sample programme is below.