We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a676e commit 75b0ea8Copy full SHA for 75b0ea8
doc/api/fs.markdown
@@ -116,6 +116,10 @@ Stop watching for changes on the given `fs.FSWatcher`.
116
117
Emitted when the ReadStream's file is opened.
118
119
+### readStream.path
120
+
121
+The path to the file the stream is reading from.
122
123
## Class: fs.Stats
124
125
Objects returned from [`fs.stat()`][], [`fs.lstat()`][] and [`fs.fstat()`][] and their
@@ -196,6 +200,10 @@ Emitted when the WriteStream's file is opened.
196
200
The number of bytes written so far. Does not include data that is still queued
197
201
for writing.
198
202
203
+### writeStream.path
204
205
+The path to the file the stream is writing to.
206
199
207
## fs.access(path[, mode], callback)
208
209
Tests a user's permissions for the file specified by `path`. `mode` is an
0 commit comments