summaryrefslogtreecommitdiff
path: root/docs/interface.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/interface.rst')
-rw-r--r--docs/interface.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/interface.rst b/docs/interface.rst
index d8ce157..59f07d7 100644
--- a/docs/interface.rst
+++ b/docs/interface.rst
@@ -40,6 +40,7 @@ The following methods have default implementations in fs.base.FS and aren't requ
* :meth:`~fs.base.FS.movedir` Recursively move a directory to a new location
* :meth:`~fs.base.FS.opendir` Opens a directory and returns an FS object that represents it
* :meth:`~fs.base.FS.safeopen` Like :meth:`~fs.base.open` but returns a NullFile if the file could not be opened
+ * :meth:`~fs.base.FS.settimes` Sets the accessed and modified times of a path
Utility Methods