Ticket #13605: listdir.diff

File listdir.diff, 631 bytes (added by elbarto, 13 years ago)
  • docs/ref/files/storage.txt

     
    1313``open()``. For storage systems that aren't accessible from the local
    1414filesystem, this will raise ``NotImplementedError`` instead.
    1515
     16``Storage.listdir(self, path)``
     17~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     18
     19Lists the contents of the specified path, returning a 2-tuple of lists;
     20the first item being directories, the second item being files.
     21
    1622``Storage.accessed_time(name)``
    1723~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1824
Back to Top