1.Fixed a deprecated description reference error, in `File.copycontent`.
1.0.5
1.Update return value annotation of the method `Directory.__getitem__`. --rollback
1.0.4
1.Improve the rigor of a parameter annotation, of the method `Content.append`. 2.Fix a description error of parameter `Path.__init__.name`. 3.Update return value annotation of the method `Directory.__getitem__`.
1.0.3
1.Fixed an error in the instantiation parameters of `SystemPath` objects when calling certain methods. 2.Rename method `Directory.subpaths_names` to `subpath_names` to fix method naming convention errors. 3.Fixed a method reference name error in the annotation file.
1.0.2
1.Fixed an error that could be raised when obtaining a child path.
1.0.1
1.Fixed a module import error caused by a difference in Python versions. 2.Fixed errors in several parameter comments.