Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

touch -h #2

Open
kerphi opened this issue Aug 27, 2013 · 2 comments
Open

touch -h #2

kerphi opened this issue Aug 27, 2013 · 2 comments

Comments

@kerphi
Copy link

kerphi commented Aug 27, 2013

Any idea how to implement such option in nodejs ?

@isaacs
Copy link
Owner

isaacs commented Jul 2, 2017

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?

@kerphi
Copy link
Author

kerphi commented Jul 2, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants