Computer Science Canada when storing information can you... |
Author: | Genisis [ Sun Jun 04, 2006 7:45 pm ] |
Post subject: | when storing information can you... |
when storing information can you make another Folder and then store the information in a datafile inside of that folder? |
Author: | wtd [ Sun Jun 04, 2006 8:18 pm ] |
Post subject: | |
Check out the API page for the File class. Especially interesting should be the mkdir and mkdirs methods. |