>>> p.is_file() True >>> p.is_dir() False >>> p.stat() os.stat_result(st_mode=33188, st_ino=49878510, st_dev=234881026, st_nlink=1, st_uid=501, st_gid=20, st_size=20, st_atime=1396777942, st_mtime=1396777942, st_ctime=1396777942) >>> Path.cwd() PosixPath('/Users/mike')