isaacs/node-touch

touch -h

Opened this issue · 2 comments

Any idea how to implement such option in nodejs ?

You'd have to open it with constants.O_SYMLINK in the open flags and then use futimes.

Could be done, but it would only ever work on BSD systems. Why do you need it?

I no more need it. It was related to a system using intensively FS to coordinate things...