macpath --- Mac OS 9 路徑操作函數(shù)?
源碼: Lib/macpath.py
Deprecated since version 3.7, will be removed in version 3.8.
該模塊是 os.path 模塊的 Mac OS 9(及更早版本)實(shí)現(xiàn)。 它可用于在 Mac OS X(或任何其他平臺(tái))上操作舊式Macintosh路徑名。
該模塊中提供了以下函數(shù):normcase() 、 normpath() 、 isabs() 、 join() 、 split() 、 isdir() 、 isfile() 、 walk() 、 exists()。 對(duì)于其他可用的函數(shù) os.path 虛擬對(duì)應(yīng)可用。
