baudehlo / node-fs-ext

Extras missing from node's fs module
MIT License
101 stars 45 forks source link

Add utime(2) functions. #4

Closed tshinnic closed 13 years ago

tshinnic commented 13 years ago

The attempt to include fs.utimes() into node finds that utimes() is explicitly not supported by Windows. utime() is better supported. Add that here.

Finally got around to doing the stress test to finish up. Haven't yet rebuilt under Windows so there might be some gotchas there.

Forgive me - I succumbed to JSlint complaining about the missing semicolons at the end of

    foo = function (zowie) { pow; biff; kablammo; }