pythonreference.com
search statements, functions, methods, exceptions*
hide categoriesos.listdir() | list entries (files and dirs) in a directory |
os.path.exists() | determine whether a filename or path exists |
os.path.getsize() | return size of a file or directory |
os.path.isfile(), os.path.isdir() | determine whether entry name or path is a dir or a file |
os.path.join() | join a string directory name to a string filename |
os.walk() | traverse a directory tree |