[nodejs] fs.watch, filename parameter

2013-04-14 Thread Gagle
>From docs: Filename Argument > > Providing filename argument in the callback is not supported on every > platform (currently it's only supported on Linux and Windows). Even on > supported platforms filename is not always guaranteed to be provided. > Therefore, don't assume that filename argume

Re: [nodejs] fs.watch, filename parameter

2013-04-14 Thread Ben Noordhuis
On Sun, Apr 14, 2013 at 6:16 PM, Gagle wrote: > From docs: > >> Filename Argument >> >> Providing filename argument in the callback is not supported on every >> platform (currently it's only supported on Linux and Windows). Even on >> supported platforms filename is not always guaranteed to be pro