Skip to content
Open
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
2 changes: 1 addition & 1 deletion src/tutorials/0004-mutable-file-system/05.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ contained in the directory you're inspecting, with the following properties:
- `size`: the size of the file in bytes
- `cid`: the Content Identifier (CID) that identifies your file in IPFS
- `mode`: the UnixFS mode as a Number
- `mtime`: an object with numeric `secs` and `nsecs` properties
- `mtime`: a two-element structure (`secs`, `nsecs`) representing the modification time in seconds relative to the Unix epoch `1970-01-01T00:00:00Z`

If we wanted to inspect the contents of a `/catPics`
directory, we could do it like this:
Expand Down