Arnout Kazemier
7ba30a4c2e
Small changes for fs.watchFile. Fixed broken markdown. Changed variable `f` to a proper filename.
Fixes #1507 .
13 years ago
Christopher Wright
0d8d04e585
Correct code span
Fixes #1489 .
13 years ago
Wojciech Wnętrzak
25c1a5e804
added information about relative paths in File System module
13 years ago
Wojciech Wnętrzak
9a16f1c7d0
added information about relative paths in File System module
13 years ago
koichik
7e8735b3fe
Doc improvements. Explained the flags of fs.open().
Fixes #1268 .
14 years ago
koichik
87b6dc21c8
Doc improvements
moved 'continue' event from http.Agent to http.ClientRequest.
added 'close' event to http.ClientResponse.
added 'open' event to fs.ReadStream.
Fixes #1169 .
14 years ago
isaacs
fc80ee947a
docs for chown/chmod
14 years ago
Ben Noordhuis
d6188bdd27
Document behaviour of the `encoding` parameter of fs.writeFile().
Fixes #401 .
14 years ago
Ryan Dahl
0cb4484d43
Doc improvements
Fixes #1147 .
Fixes #1139 .
Fixes #1126 .
Thanks ctide, kext, disfated.
14 years ago
Ryan Dahl
c33790262b
Added docs for fs.fsync and fs.fsyncSync
Thanks baudehlo. Fixes #1009 .
14 years ago
isaacs
efca5f8e78
docs for chown/chmod
14 years ago
Felix Geisendörfer
80711b0ff9
Feature: WriteStream#bytesWritten property
Implemented a new property for writable file streams that keeps track
of the bytes written (not queued). This helps when you are piping
another stream to a file, and would like to know how big the file is
without having to issue another stat call.
closes #930
14 years ago
Felix Geisendörfer
301f53c2aa
Allow omission of end option for range reads
Problem: Sometimes it is useful to read a file from a certain position
to it's end. The current implementation was already perfectly capable
of this, but decided to throw an error when the user tried to omit
the end option. The only way to do this, was to pass {end: Infinity}.
Solution: Automatically assume {end: Infinity} when omitted, and remove
the previous exception thrown. Also updated the docs.
closes #801 .
14 years ago
Jorge Chamorro Bieling
e35b2d9617
docs: fs.read/write() cb()s now receive buffer
14 years ago
David Trejo
6788ad413f
See the <doc> section are now links to <doc>
Closes GH-839.
14 years ago
Trevor Burnham
5e78f57087
Doc fix for fs.write
Closes GH-808
Closes GH-811
14 years ago
Trevor Burnham
f0d0fcc4aa
Clarifying that writeFile replaces existing file
14 years ago
Ben Noordhuis
1d5ff15a46
fs.utimes() and fs.futimes() support.
14 years ago
Felix Geisendörfer
2680522d3a
Fix ReadStream bufferSize docs
The default is 64kb buffer, not 4kb.
Closes GH-702.
14 years ago
Felix Geisendörfer
06ac129903
Document existence of `fd` property for ReadStream
Closes GH-194.
Closes GH-701.
14 years ago
Felix Geisendörfer
aabdd5d045
Correct fs.open API documentation
The fact that the mode parameter is optional for fs.open and
fs.openSync was not documented.
14 years ago
Ryan Dahl
bf8f4aa966
Impove fs.WatchFile doc
14 years ago
Ryan Dahl
3d4a0211b6
Fix arg order of fs.linkSync in docs
Thanks Pierre. Closes GH-571.
14 years ago
Silas Sewell
11b2ee7632
Various doc tweaks (2-spaces vs tabs, EOL-whitespace, repl prompt, "world" vs "World", etc...)
14 years ago
Ryan Dahl
bce092aeb8
Remove leading comma examples
14 years ago
Dan Søndergaard
8591057fa3
Better description of lstat(). Wrapped all lines.
14 years ago
Micheil Smith
e190c9616e
Splitting documentation
14 years ago