Hi folks!
After crawling through forums posts and multiple searches without success, I've finally decided to simply ask the community for help instead.
As the thread subject states, I'm trying to save and load multiple text files (not all at the same time, however) but it's a task I've not been able to conquer ... yet.
Why do I need to save a load multiple text files? I intend to create a program for language practice that will use text files exported from other programs such as Pleco and Anki or the user's own custom dictionary.
I think what I need to achieve this is the Node-Webkit but after trying it out, I can't even get it to save a text file.
I tried creating a text file named, "Test1.txt" containing the text, "test" but a hard drive search for the file returns 0 results.
System - On start of layout
NodeWebkit - Write "test" to file NodeWebkit.UserFolder&"Test1.txt"
Thanks for taking the time to read this!