os.path.getctime(path) Return the system’s ctime which, on some systems (like Unix) is the time of the last metadata change
tempfile.NamedTemporaryFile(mode='w+b', buffering=None, encoding=None, newline=None, suffix=None, prefix=None, dir=None, delete=True) This
os.path.split(path) Split the pathname path into a pair, (head, tail) where tail is the last
stat.S_ISDOOR(mode) Return non-zero if the mode is from a door.
stat.S_IFMT(mode) Return the portion of the file’s mode that describes the file type (used by the S_IS*() functions
funny_files Files which are in both a and b, but could not be compared.
Path.is_file() Return True if the path points to a regular file (or a symbolic link pointing to a regular file)
os.path.expandvars(path) Return the argument with environment variables expanded. Substrings of the form $name
os.path.supports_unicode_filenames True if arbitrary Unicode strings can be used as file names (within limitations
filecmp.cmpfiles(dir1, dir2, common, shallow=True) Compare the files in the two directories dir1 and dir2
Page 10 of 19