File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,10 @@ Stop watching for changes on the given `fs.FSWatcher`.
116
116
117
117
Emitted when the ReadStream's file is opened.
118
118
119
+ ### readStream.path
120
+
121
+ The path to the file the stream is reading from.
122
+
119
123
## Class: fs.Stats
120
124
121
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)
200
208
201
209
Tests a user's permissions for the file specified by ` path ` . ` mode ` is an
You can’t perform that action at this time.
0 commit comments