< prev index next >

src/java.desktop/macosx/classes/com/apple/eio/FileManager.java

Print this page

        

*** 95,105 **** */ public final static short kUserDomain = -32763; /** ! * Converts an OSType (e.g. "macs" from <CarbonCore/Folders.h>) into an int. * * @param type the 4 character type to convert. * @return an int representing the 4 character value * * @since Java for Mac OS X 10.5 - 1.5 --- 95,106 ---- */ public final static short kUserDomain = -32763; /** ! * Converts an OSType (e.g. "macs" ! * from {@literal <CarbonCore/Folders.h>}) into an int. * * @param type the 4 character type to convert. * @return an int representing the 4 character value * * @since Java for Mac OS X 10.5 - 1.5
*** 353,363 **** private static native String getNativePathToApplicationBundle(); /** * Moves the specified file to the Trash * ! * @param file * @return returns true if the NSFileManager successfully moved the file to the Trash. * @throws FileNotFoundException * * @since Java for Mac OS X 10.6 Update 1 - 1.6 * @since Java for Mac OS X 10.5 Update 6 - 1.6, 1.5 --- 354,364 ---- private static native String getNativePathToApplicationBundle(); /** * Moves the specified file to the Trash * ! * @param file the file * @return returns true if the NSFileManager successfully moved the file to the Trash. * @throws FileNotFoundException * * @since Java for Mac OS X 10.6 Update 1 - 1.6 * @since Java for Mac OS X 10.5 Update 6 - 1.6, 1.5
< prev index next >