Added to IOUtil: public static boolean canWriteOrCreate(File file)
/**
* Similar to {@link File#canWrite()}, but returns <code>true</code> if the
* file does not exist but can be created.
*
* @param file
* {@link File} to test. May exist or not exist.
*/
|