Skip to content

rt::io::fs is missing the abilty to change time metadata of files #10266

Closed
@alexcrichton

Description

@alexcrichton

This is one thing that I forgot to do as part of #10179. From rust you should be able to change the modification times of files (as permitted by the os). Relevant libuv calls are:

  • uv_fs_utime
  • uv_fs_futime

We should probably have a more rustic name than utime because I personally have no idea what that's implying.

Metadata

Metadata

Assignees

No one assigned

    Labels

    E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions