Skip to content

Separate setting atime and mtime for symlinks #83

@Fran314

Description

@Fran314

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.

Is this something that is possible to add?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions