Lines Matching full:pathname
32 * Creates a new File instance from a parent abstract pathname and a child pathname string.
33 * @param parent the parent pathname
43 * Creates a new File instance by converting the given pathname string into an abstract
44 * pathname.
45 * @param pathname the pathname
49 public FolderWrapper(String pathname) {
50 super(pathname);
54 * Creates a new File instance from a parent abstract pathname and a child pathname string.
55 * @param parent the parent pathname
66 * abstract pathname.