memoryfs.py
14 KB
-
FS.rename: remove requirment that src and dst be in the same dir · 6525a214
Most filesystem seem to support moving between different directories, and it's really inconvenient to have to break out os.rename() to achieve this.
rfkelly0 committed