I use creatWriter to output to a file.
it works for the first level dircetory
example: createWriter("c:/main "+string);
so i created a c:/main/reports
but when i try to output to that sub directory it just writes it to the c:/main
example: createWriter("c:/main/reports "+string);
What’s wrong? What is the syntax for file strings sub directory access?
Can i access subdirectories directly with file strings?
Can i go more than 1 directory deep?
Thks