1.3.2 — copyTo/moveTo utils
Added new:
- copyTo method
- moveTo method (a copyTo with implicit delete of source file)
- getParentFileUnsafe — always returns a File instance even if parent file/dir doesn't exists (actual for native platforms, jvm always does it)
- more tests for new methods
Path separator moved to outer scope.
Fixed:
- mingw constructor now implicitly converts '/' separator to windows-specific '\'