Skip to content

Releases: gregoo/NxNandManager

Fixing "Failed to open file for writing"

08 Dec 19:56
1eb2fd7
Compare
Choose a tag to compare

A stab at fixing "Failed to open file for writing".
What seem to happen is that QFile::open is used on a non existing folder and such fails.

This adds an extra step ensuring that the whole path to the extracted file is created before opening it.

(Also I'm in no way a C++ developer and I have no clue what side effects it may have produced)