gqylpy/systempath
The `systempath` is a library designed for Python developers, providing intuitive and powerful APIs that simplify file and directory management tasks, allowing developers to focus more on core business logic.
PythonApache-2.0
Issues
- 0
在初始化目录时,若目录不存在则自动创建
#13 opened by 2018-11-27 - 0
考虑增加 `get` 子路径的功能,就像 `dict.get`
#8 opened by 2018-11-27 - 0
在严格模式下创建 `File` 和 `Directory` 实例时会重复判断路由存在性
#11 opened by 2018-11-27 - 1
增加文件内容查找方法
#4 opened by 2018-11-27 - 1
如何快速判断目录或文件内容是否为空,有没有直接的方法?
#7 opened by 2018-11-27 - 1
异常 `SystemPathNotFoundError` 无法被妥善处理
#6 opened by 2018-11-27 - 1
`ReadOnly` 中篡改属性 `__dict__` 后无法反序列化其子类实例
#3 opened by 2018-11-27 - 4
关于文件移动或重命名,Python中内置了多种方案,我们如何选择
#1 opened by 2018-11-27 - 0
当目标路径是相对的且没有任何上级路径时,目标路径几乎 “追随” 原路径的上一级路径
#2 opened by 2018-11-27