Changes between Initial Version and Version 1 of Ticket #1437
- Timestamp:
- 2011-07-19T04:24:42Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1437 – Description
initial v1 1 1 The filepath file system interface offers a single consistent object oriented interface for the various file system operations we need. Initially we just wanted to know if a file was the descendant of some directory, but this seemingly trivial question is not easily answered with the traditional python file system libraries (e.g. shutil, os.path, the open builtin, ... etc). Moreover these functions are not to be found in a single place, and lack a consistent interface. 2 Additionally we think filepath is unique in offering atomic overwrite, (through setContent). So this ticket is to replace all the older ways of manipulating the filesystem with shiny new FilePath.2 Additionally we think filepath is unique in offering atomic overwrite, (through setContent). So this ticket is to replace all the older ways of manipulating the filesystem with shiny new !FilePath.