Need help with saveVars and loadVars
Posted: Thu Oct 06, 2011 9:59 pm
I am having a major problem trying to get saveVars and loadVars to work with a subfolder. When I use the code...
...it creates the file and loadVars access it just fine. But when I try...
...it does nothing. Please help me correct my syntax for using subfolders before I go even balder.
Thanks!
- 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!