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.
2 parents dbec913 + a3f5706 commit 7e2f8b9Copy full SHA for 7e2f8b9
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
@@ -146,7 +146,7 @@ recursive option::
146
Chmod
147
~~~~~
148
149
-Chmod is used to change the mode of a file. The third argument is a boolean
+Chmod is used to change the mode of a file. The fourth argument is a boolean
150
recursive option::
151
152
// set the mode of the video to 0600
0 commit comments