Constructor File(String 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 file = new File( path, template );
2 try { return new FileReader( new File( baseName, fileName ) ); }
3 dirFile = new File(dir, relativePath);
4 requestDir = new File (basePath, dir);
5 responseDir = new File (basePath, dir);
6 mf = new File(f.getParent(), ".nfile-meta-" + f.getName());
7 Controller.copyFile(sf, new File(root+destPath, sf.getName()));
8 return new File( fileDir, fileName ).getAbsolutePath();
9 return new File(getLocation(model), MANIFEST_FOLDER + "/" + MANIFEST ).exists(); //$NON-NLS-1$
10 file = new File(System.getProperty("catalina.base"),
11 File localfile = new File(checkoutdir,
12 runningFolder = new File(userHome, RUNNING_FOLDER_PATH);
13 this.homeDirectory = new File(
14 File f = new File( tmpfiles, NAME1+BasicAttachmentProvider.DIR_EXTENSION );
15 File file = new File( logdir, targetName + ".txt" );
16 snapshotFile = new File(snapshotFile_gz.getParent(), snf.substring(0, snf.length() -3));
17 File newFile = new File(parent, newname);
18 File rcfile = new File(homedir, rc);
19 return(new FileInputStream(new File(dir,name)));
20 f=new File(path, list[i]);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.