Issue #97 - Ammended documentation to show that we will not be implementing fs.realpath()

This commit is contained in:
kwkofler 2014-04-18 15:31:54 -04:00
parent 9c11fe562c
commit a688f28e27
1 changed files with 1 additions and 1 deletions

View File

@ -556,7 +556,7 @@ fs.symlink('/logs/august.log', '/logs/current', function(error) {
#### fs.realpath(path, [cache], callback)<a name="realpath"></a>
NOTE: Not yet implemented, see https://github.com/js-platform/filer/issues/85
As per the conversation in https://github.com/js-platform/filer/issues/85, filer will not be implementing realpath() at this level. Any functionality which is aware of the user's current working directory will be part of https://github.com/js-platform/filer.io, which will provide a VFS and shell context.
#### fs.unlink(path, callback)<a name="unlink"></a>