pathlib 2.0.1
pathlib: ^2.0.1 copied to clipboard
Super easy object-oriented path operations
2.0.1 #
- Re-add examples (woops...)
2.0.0 #
- Breaking: Removed
Path.list() - Added
Path.home()constructor to get home directory - Added
Path.dir,Path.file, and constructorsPath.fromFile()&Path.fromDir()for increased interoperability with nativedart:ioDirectory&FileAPIs - Documentation improvements
1.1.0 #
- Added
list()method to list files in a directory - Added
hashCodeoverride - Documentation improvements
1.0.1 #
- Documentation update
1.0.0 #
Initial version!
- Created Path class