ClientFile.exists()

Tests whether the file or directory denoted by this abstract pathname exists. EXAMPLE display ("File exists: " + exists(testfile)) // Displays "true" if the "file" exists