From a688f28e2757a5171332b7f70f427aa78a2451ed Mon Sep 17 00:00:00 2001 From: kwkofler Date: Fri, 18 Apr 2014 15:31:54 -0400 Subject: [PATCH] Issue #97 - Ammended documentation to show that we will not be implementing fs.realpath() --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5aee862..1aced21 100644 --- a/README.md +++ b/README.md @@ -556,7 +556,7 @@ fs.symlink('/logs/august.log', '/logs/current', function(error) { #### fs.realpath(path, [cache], callback) -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)