You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tbugaj444 edited this page Sep 24, 2018
·
2 revisions
Using FileChooser
After a lot of research into issue #325 we found that the reason that accounts weren't being created is that the original author wasn't using FileChooser correctly. The important Note to take from it was that the file needed to be created first, then the data can be written to that particular file. Here is some light reading that provides some good examples.