Home | History | Annotate | Download | only in io

Lines Matching full:child

32      * Creates a new File instance from a parent abstract pathname and a child pathname string.
34 * @param child the child name
38 public FolderWrapper(File parent, String child) {
39 super(parent, child);
54 * Creates a new File instance from a parent abstract pathname and a child pathname string.
56 * @param child the child name
60 public FolderWrapper(String parent, String child) {
61 super(parent, child);