Table of Contents
os.path
fileinput
stat
stat.S_IFMT()
stat.S_IMODE()
stat.S_ISBLK()
stat.S_ISCHR()
stat.S_ISDIR()
stat.S_ISFIFO()
stat.S_ISLNK()
stat.S_ISREG()
stat.S_ISSOCK()
statvfs
filecmp
tempfile
glob
fnmatch
linecache
shutil
dircache
macpath
Constants/functions for interpreting results of os.stat() and os.lstat().
Suggested usage: from stat import *
S_IFMT
S_IMODE
S_ISBLK
S_ISCHR
S_ISDIR
S_ISFIFO
S_ISLNK
S_ISREG
S_ISSOCK