Searched defs:findFolder (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/macosx/classes/com/apple/eio/
H A DFileManager.java199 * domain use <code>findFolder(short domain, int folderType)</code> or <code>findFolder(short domain, int folderType,
206 public static String findFolder(int folderType) throws FileNotFoundException { method in class:FileManager
207 return findFolder(kOnAppropriateDisk, folderType);
211 * Locates a folder of a particular type, within a given domain. Similar to <code>findFolder(int folderType)</code>
229 public static String findFolder(short domain, int folderType) throws FileNotFoundException { method in class:FileManager
230 return findFolder(domain, folderType, false);
235 * not exist. The behavior is similar to <code>findFolder(int folderType)</code> and
236 * <code>findFolder(short domain, int folderType)</code> except that it can create the folder if it does not already exist.
240 * same as <code>findFolder(shor
245 public static String findFolder(short domain, int folderType, boolean createIfNeeded) throws FileNotFoundException { method in class:FileManager
[all...]

Completed in 37 milliseconds