File-Eigenschaften

class File { ..
    boolean exists ();
    boolean canWrite ();
    boolean canRead ();

    boolean isFile ();
    boolean isDirectory ();

    long length ();    
}



Johannes Waldmann 2005-06-29