Closed joachimmetz closed 7 months ago
Per https://docs.python.org/3/library/os.html#os.stat
Changed in version 3.12: On Windows, st_ctime is deprecated. Eventually, it will contain the last metadata change time, for consistency with other platforms, but for now still contains creation time. Use st_birthtime for the creation time.
Per https://docs.python.org/3/library/os.html#os.stat
Changed in version 3.12: On Windows, st_ctime is deprecated. Eventually, it will contain the last metadata change time, for consistency with other platforms, but for now still contains creation time. Use st_birthtime for the creation time.