Constructor File(File parent, String child)
Member of:
java.io.File
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
File catFile = new File(dirFile, catName);
2
return new File(base, file).getAbsolutePath();
3
deltree(new File(cacheBase, "ref"));
4
this(new File(new File(System.getProperty("user.home")),fileName),header);
5
return new File(myScenarioDir, aRelativeFileName).toURL();
6
return new FileNFile(new File(f, name.replace('/', File.separatorChar)));
7
File testFile = new File(repository, folderAbsoluteName);
8
_lobDir = new File(getRootDir(), "lobs");
9
exec.createArg().setFile(new File(dir, fileNames[i]));
10
this.loaderDir = new File(workDir, "loader");
11
file = new File(parent.getFile(), name);
12
Explore(new File(dir, entries[i]));
13
File f = new File(sourceBase, classname + ".java");
14
wizardPanel.current = new File(wizardPanel.currentParent,
15
File bundleJar = new File(revisionDir, BUNDLE_JAR_FILE);
16
final File destination = new File( m_testDirectory, "copy1.txt" );
17
return (new File(getInstallationDirectory(),
18
File backup = new File(file.getParentFile(), file.getName() + ".backup");
19
File f = new File (dir, name);
20
userdir = new File( homedir, loginName.toLowerCase() );
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.