8000 Add fileCreation/getCreation create-time accessors by earlephilhower · Pull Request #7000 · esp8266/Arduino · GitHub
[go: up one dir, main page]

Skip to content

Add fileCreation/getCreation create-time accessors #7000

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 12 commits into from
Feb 22, 2020
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fix docs to match new xxxCreationTime() API names
  • Loading branch information
earlephilhower committed Jan 20, 2020
commit 9db7e783f11023914164be189433d53f13504663
8 changes: 4 additions & 4 deletions doc/filesystem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -535,8 +535,8 @@ fileTime
Returns the time_t write time of the current file pointed
to by the internal iterator.

fileCreation
~~~~~~~~~~~~
fileCreationTime
~~~~~~~~~~~~~~~~
Returns the time_t creation time of the current file
pointed to by the internal iterator.

Expand Down Expand Up @@ -647,8 +647,8 @@ getLastWrite
Returns the file last write time, and only valid for files opened in read-only
mode. If a file is opened for writing, the returned time may be indeterminate.

getCreation
~~~~~~~~~~~
getCreationTime
~~~~~~~~~~~~~~~

Returns the file creation time, if available.

Expand Down
0