Skip to content

Commit 2123c85

Browse files
Improve the API names and docs in ResolvePath module
1 parent 6872df1 commit 2123c85

2 files changed

Lines changed: 199 additions & 169 deletions

File tree

design/design-notes.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,9 @@ functionality:
9898
* readdir: FileSystem.DirIO module
9999
* Dir traversal: ls, find, cp -r, rm -r
100100
* Dir modify: mkdir, rmdir, rm, mv, cp
101-
* stat: test, testl
102-
* symlink read: readlink
103-
* path: makeAbsolute, canonicalize
104-
* environment: pwd, cd, findInPATH, home, xdg, temp
105-
* access control: acls, getxattr
101+
* file stat: test, testl
102+
* file access control: acls, getxattr
103+
* symlinks: readlink, resolvePath
104+
* path: makeAbsolute, canonicalize, resolvePath
105+
* Process/OS environment: pwd, cd, id, findInPATH, home, xdg, temp
106+
* UserDB: id, home

0 commit comments

Comments
 (0)