You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the only available function that allows you to set any type of time on a symlink is set_symlink_file_times which forces you to set both the atime and the mtime.
It would be useful to have, say, either two separate set_symlink_file_atime and set_symlink_file_mtime or making so that (like set_file_handle_times) the function set_symlink_file_times takes two Options for the atime and the mtime allowing you to set either one of those.