Skip to content

1.3.2 — copyTo/moveTo utils

Choose a tag to compare

@Archinamon Archinamon released this 03 Oct 18:11
· 53 commits to master since this release
de8fcea

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 '\'