pathlib 2.0.0 copy "pathlib: ^2.0.0" to clipboard
pathlib: ^2.0.0 copied to clipboard

outdated

Super easy object-oriented path operations

2.0.0 #

  • Breaking: Removed Path.list()
  • Added Path.home() constructor to get home directory
  • Added Path.dir, Path.file, and constructors Path.fromFile() & Path.fromDir() for increased interoperability with native dart:io Directory & File APIs
  • Documentation improvements

1.1.0 #

  • Added list() method to list files in a directory
  • Added hashCode override
  • Documentation improvements

1.0.1 #

  • Documentation update

1.0.0 #

Initial version!

  • Created Path class
0
likes
0
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

Super easy object-oriented path operations

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

path

More

Packages that depend on pathlib