3. File (Java 2 Platform SE v1.4.2) ... no other information is required in order to locate the file that it denotes. ... File(String parent, String child) Creates a new File instance from a ... java.sun.com
4. File (Java 2 Platform SE 5.0) implements Serializable, Comparable<File> ... File(String parent, String child) Creates a new File instance from a parent pathname string and a child pathname string. ... java.sun.com
5. PHP: file - Manual Returns the file in an array. Each element of the array corresponds to a line in the file, with the newline still attached. Upon failure, file() returns FALSE. ... us2.php.net