Lines Matching refs:file
3 This file is part of the SANE package.
28 the executable file might be covered by the GNU General Public
450 Menu file = new Menu("File");
451 mbar.add(file);
454 file.add(exitMenuItem);
553 // Get file name.
563 System.out.println("Error creating file: " + fname);
574 File file; // For working with names.
583 file = new File(fname);
584 dlg.setFile(file.getName());
585 String dname = file.getParent();
595 file = new File(outDir, fname);
601 fullName = file.getCanonicalPath();
608 { curDir = "."; fname = file.getName(); }
669 if (outFile != null) // Close file.