I know that
time.time()
can be used to make the time system more precise and
time.ctime(os.stat("c:/a1.txt").st_ctime)
can be used to get the creation time of the file. But it can the precision is too low, only to the unit of second.
Can these two ways be combined together?