We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e130709 commit e06de6bCopy full SHA for e06de6b
components/filesystem.rst
@@ -82,7 +82,7 @@ Copy
82
~~~~
83
84
This method is used to copy files. If the target already exists, the file is
85
-copied only if the source modification date is earlier than the target. This
+copied only if the source modification date is later than the target. This
86
behavior can be overridden by the third boolean argument::
87
88
// works only if image-ICC has been modified after image.jpg
0 commit comments