Skip to content

[component][filesystem]Fix filesystem component doc #2341

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 30, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/filesystem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Copy
~~~~

This method is used to copy files. If the target already exists, the file is
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
behavior can be overridden by the third boolean argument::

// works only if image-ICC has been modified after image.jpg
Expand Down Expand Up @@ -146,7 +146,7 @@ recursive option::
Chmod
~~~~~

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
recursive option::

// set the mode of the video to 0600
Expand Down