rclone/local
Nick Craig-Wood 8a6a8b9623 Change List interface and add ListR optional interface
This simplifies the implementation of remotes.  The only required
interface is now `List` which is a simple one level directory list.

Optionally remotes may implement `ListR` if they have an efficient way
of doing a recursive list.
2017-06-14 16:49:40 +01:00
..
local.go Change List interface and add ListR optional interface 2017-06-14 16:49:40 +01:00
local_internal_test.go local: fix unnormalised unicode causing problems reading directories #1212 2017-03-16 22:37:56 +00:00
local_test.go Change List interface and add ListR optional interface 2017-06-14 16:49:40 +01:00
read_device_other.go Make -x/--one-file-system compile under Windows and add docs 2016-11-03 11:53:49 +00:00
read_device_unix.go Rename log functions and factor into own file 2017-02-11 17:54:50 +00:00
tests_test.go Fix windows build - fixes #628 2016-08-20 12:29:54 +01:00