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
4 changes: 2 additions & 2 deletions file/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ Like file.mkdirs but synchronous.
Expands ".", "..", "~" and non root paths to their full absolute path. Relative paths default to being children of the current working directory.


### file.path.relpath(root, fullPath)
### file.path.relativePath(root, fullPath)

Given a root path, and a fullPath attempts to diff between the two to give us an acurate path relative to root.
Given a root path, and a fullPath attempts to diff between the two to give us an accurate path relative to root.


### file.path.join(head, tail)
Expand Down