NxNandManager icon indicating copy to clipboard operation
NxNandManager copied to clipboard

Try to fix extractFS when saves have nested dirs

Open gregoo opened this issue 1 year ago • 0 comments

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)

(Note: also discussed this here: https://github.com/eliboa/NxNandManager/issues/100#issuecomment-1343302780)

gregoo avatar Jul 24 '23 07:07 gregoo