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
commit21dff2797fafb3b700e077e8e72ab9b8010880c0 (patch)
tree697dd85fa4f5eeddb576c1d1d497b4cc60f4f8da /docs
parentd4e33c6333b0027e0c277f169b0e5fa0575c6a1d (diff)
downloadpyfilesystem-git-21dff2797fafb3b700e077e8e72ab9b8010880c0.tar.gz
make listdirinfo() an official part of the FS API
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