rclone/vfs
Nick Craig-Wood a5dc62f6c1 vfs: Make file handles compatible with OS
* Implement directory handles
  * Unify OpenFile
  * Add all the methods to match *os.File
  * Add StatParent and Rename methods to VFS
2017-11-03 13:00:00 +00:00
..
vfsflags vfs: Move DefaultOpt to vfs and make some methods private 2017-11-03 13:00:00 +00:00
createinfo.go Factor new vfs module out of cmd/mountlib 2017-11-03 12:59:59 +00:00
dir_handle.go vfs: Make file handles compatible with OS 2017-11-03 13:00:00 +00:00
dir.go vfs: Move DefaultOpt to vfs and make some methods private 2017-11-03 13:00:00 +00:00
errors.go vfs: Make file handles compatible with OS 2017-11-03 13:00:00 +00:00
file.go vfs: Move DefaultOpt to vfs and make some methods private 2017-11-03 13:00:00 +00:00
read.go vfs: Make file handles compatible with OS 2017-11-03 13:00:00 +00:00
vfs.go vfs: Make file handles compatible with OS 2017-11-03 13:00:00 +00:00
write.go vfs: Make file handles compatible with OS 2017-11-03 13:00:00 +00:00