path

The path to the file the stream is writing to as specified in the first argument to {@link createWriteStream}. If path is passed as a string, thenwriteStream.path will be a string. If path is passed as a Buffer, thenwriteStream.path will be a Buffer.

Since

v0.1.93