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`.
116116
117117Emitted when the ReadStream's file is opened.
118118
119+ ### readStream.path
120+
121+ The path to the file the stream is reading from.
122+
119123## Class: fs.Stats
120124
121125Objects returned from [ ` fs.stat() ` ] [ ] , [ ` fs.lstat() ` ] [ ] and [ ` fs.fstat() ` ] [ ] and their
@@ -196,6 +200,10 @@ Emitted when the WriteStream's file is opened.
196200The number of bytes written so far. Does not include data that is still queued
197201for writing.
198202
203+ ### writeStream.path
204+
205+ The path to the file the stream is writing to.
206+
199207## fs.access(path[ , mode] , callback)
200208
201209Tests 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