Searched refs:path1 (Results 1 – 1 of 1) sorted by relevance
107 def isNewer(path1, path2): argument113 return (path.exists(path1)114 and os.stat(path1).st_ctime > os.stat(path2).st_ctime)
Completed in 3 milliseconds