Use os.path.split() to get both the file and directory (folder) name. os.path.split() returns a tuple of filename returned by os.path.basename() ...
確定! 回上一頁