filerjs / filer

Node-like file system for browsers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement fs.realpath()

humphd opened this issue · comments

See:

Not sure how we want to deal with the fact that this requires the concept of a current working directory, in order to resolve things relative to . and ...

I think this kind of thing belongs in filer.io, which will handle VFS and shell stuff. Have a look at https://github.com/js-platform/filer.io/wiki/Design

Closing this as out-of-scope for filer. This, and other functions that are cwd-aware belong in filer.io.