Where do I define a new file?
in
Programming Questions
•
1 year ago
If I want to write
Where should I write it?
- File f = new File (dataPath("file.txt"));
- if (!f.exists()) {
print("no file");
}
Where should I write it?
1