Skip to content

remove absolute_path() -- use resolve(). Add new functions.

Compare
Choose a tag to compare
@scivision scivision released this 18 Sep 17:50
· 268 commits to main since this release
5173fff

Add functions

  • get_username()
  • get_owner()
  • null_file()
  • is_regular_file()
  • hostname()
  • getpid()
  • get_permissions()
  • java_version()
  • java_api()

canonical(), resolve() add option expand_tilde (default true)

remove absolute_path() that duplicated resolve() functionality

use non-deprecated Java methods if available in JRE

add documentation for selecting JRE (optional)