- Code: Select all
saveVars("qfile_000.jqf", "Category");
...it creates the file and loadVars access it just fine. But when I try...
- Code: Select all
saveVars("qfiles/qfile_000.jqf", "Category");
...it does nothing. Please help me correct my syntax for using subfolders before I go even balder.
Thanks!