Hello,
This works:
void setup()
{
File tempFile = new File("c:/test/test.txt");
boolean exists = tempFile.exists();
println(exists);
}
:)
Hello,
This works:
void setup()
{
File tempFile = new File("c:/test/test.txt");
boolean exists = tempFile.exists();
println(exists);
}
:)