Ticket #13605: listdir.diff
File listdir.diff, 631 bytes (added by , 14 years ago) |
---|
-
docs/ref/files/storage.txt
13 13 ``open()``. For storage systems that aren't accessible from the local 14 14 filesystem, this will raise ``NotImplementedError`` instead. 15 15 16 ``Storage.listdir(self, path)`` 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 18 19 Lists the contents of the specified path, returning a 2-tuple of lists; 20 the first item being directories, the second item being files. 21 16 22 ``Storage.accessed_time(name)`` 17 23 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 18 24