summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2010-09-27 10:46:57 +0000
committerrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2010-09-27 10:46:57 +0000
commit67aa78070fc132286c6aea4efce50d8b0c052ba9 (patch)
tree697dd85fa4f5eeddb576c1d1d497b4cc60f4f8da /docs
parent596306256f0030ff25ebac0e5ffb0840033bd790 (diff)
downloadpyfilesystem-67aa78070fc132286c6aea4efce50d8b0c052ba9.tar.gz
make listdirinfo() an official part of the FS API
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@446 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'docs')
-rw-r--r--docs/interface.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/interface.rst b/docs/interface.rst
index ace6920..f2ba77c 100644
--- a/docs/interface.rst
+++ b/docs/interface.rst
@@ -34,6 +34,7 @@ The following methods have default implementations in fs.base.FS and aren't requ
* :meth:`~fs.base.FS.copydir` Recursively copy a directory to a new location
* :meth:`~fs.base.FS.desc` Return a short destriptive text regarding a path
* :meth:`~fs.base.FS.exists` Check whether a path exists as file or directory
+ * :meth:`~fs.base.FS.listdirinfo` Get a directory listing along with the info dict for each entry
* :meth:`~fs.base.FS.getsyspath` Get a file's name in the local filesystem, if possible
* :meth:`~fs.base.FS.hassyspath` Check if a path maps to a system path (recognised by the OS)
* :meth:`~fs.base.FS.move` Move a file to a new location