A.os.path.exists(path/filename) B.os.rename() C.os.walk(path) D.os.path.getsize(filename)
A.os.mkdir/makedirs(dirname) B.os.path.getsize(filename) C.os.path.exists(path/filename) D.os.walk(path)
A.os.path.isdir(path) B.os.remove() C.os.rename() D.os.listdir(path)