Lines Matching refs:File
40 private File htmlFile = null;
41 private File officeFile = null;
122 File homedir = new File( templocationSystem ); in createTempDocs()
124 File homefiles[] = homedir.listFiles(); in createTempDocs()
135 htmlFile = new File( file ); in createTempDocs()
155 File homedir = new File( templocationSystem ); in createTempDocs()
159 File homefiles[] = homedir.listFiles(); in createTempDocs()
170 officeFile = new File( file ); in createTempDocs()
278 public File[] getAttachments() in getAttachments()
292 File attachments[] = null; in getAttachments()
295 attachments = new File[2]; in getAttachments()
303 attachments = new File[1]; in getAttachments()
308 attachments = new File[1]; in getAttachments()