utime(...)
    utime(path, (atime, mtime))
    utime(path, None)

    Set the access and modified time of the file to the given values.  If the
    second form is used, set the access and modified times to the current time.

相关文章:

  • 2022-12-23
  • 2021-11-18
  • 2022-12-23
  • 2021-09-10
  • 2022-12-23
  • 2021-11-29
  • 2021-11-23
  • 2021-11-13
猜你喜欢
  • 2022-12-23
  • 2021-12-18
  • 2022-12-23
  • 2022-12-23
  • 2021-05-17
  • 2022-12-23
  • 2022-02-17
相关资源
相似解决方案