Update README.md
Realpath won't be implemented on the fs object.
This commit is contained in:
parent
d0f80cfd16
commit
4a72e3b333
|
@ -556,7 +556,7 @@ fs.symlink('/logs/august.log', '/logs/current', function(error) {
|
||||||
|
|
||||||
#### fs.realpath(path, [cache], callback)<a name="realpath"></a>
|
#### fs.realpath(path, [cache], callback)<a name="realpath"></a>
|
||||||
|
|
||||||
NOTE: Not yet implemented, see https://github.com/js-platform/filer/issues/85
|
NOTE: Not implemented, see https://github.com/js-platform/filer/issues/85
|
||||||
|
|
||||||
#### fs.unlink(path, callback)<a name="unlink"></a>
|
#### fs.unlink(path, callback)<a name="unlink"></a>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue