We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Any idea how to implement such option in nodejs ?
The text was updated successfully, but these errors were encountered:
You'd have to open it with constants.O_SYMLINK in the open flags and then use futimes.
constants.O_SYMLINK
Could be done, but it would only ever work on BSD systems. Why do you need it?
Sorry, something went wrong.
I no more need it. It was related to a system using intensively FS to coordinate things...
No branches or pull requests
Any idea how to implement such option in nodejs ?
The text was updated successfully, but these errors were encountered: