Re: [Interest] QStorageInfo bug?

2017-07-19 Thread Thiago Macieira
On quarta-feira, 19 de julho de 2017 02:40:59 PDT Alexander Dyagilev wrote: > Created a report here: > https://bugreports.qt.io/browse/QTBUG-62039 And closed as "not our bug". The Apple CoreFoundation API seems to be at fault. Sorry, there's nothing we can do. Well, we could drop the code that

[Interest] Introducing the Backbone++ Programming Language

2017-07-19 Thread Phil Bouchard
Hello Qt, (The former language name is already taken by Microsoft) By taking advantage of the simplicity of the code of Javascript, the power of C++ and the deterministic C++ memory manager Root.Ptr, I decided to write my own programming language which takes advantage of all these powerful fe

Re: [Interest] QStorageInfo bug?

2017-07-19 Thread Alexander Dyagilev
Created a report here: https://bugreports.qt.io/browse/QTBUG-62039 On 7/19/2017 12:28 PM, Alexander Dyagilev wrote: 1. External drive. Some file on it. QStorageInfo(pathToFile).rootPath() returns a valid path. I save it for the further usage (SRP). 2. Disconnect the drive, restart app. QS

Re: [Interest] QStorageInfo bug?

2017-07-19 Thread Alexander Dyagilev
OK, it seems the things are a bit more clear now. 1. External drive. Some file on it. QStorageInfo(pathToFile).rootPath() returns a valid path. I save it for the further usage (SRP). 2. Disconnect the drive, restart app. QStorageInfo(SRP).isValid() returns false. (as expected) 3. Connect th

[Interest] QStorageInfo bug?

2017-07-19 Thread Alexander Dyagilev
Hello, |Mac OS X El Capitan 10.11.6|. I have an external drive. In my app, I monitor for it to be connected to PC. I use |QStorageInfo| for this providing it with the drive's root path. On that drive I have a file with a known path to it. I need to check if the file exists once the drive is