Python/macpath

من موسوعة حسوب
< Python
مراجعة 11:34، 27 يوليو 2018 بواسطة مصطفى-عطا (نقاش | مساهمات) (إنشاء مبدئي)
(فرق) → مراجعة أقدم | المراجعة الحالية (فرق) | مراجعة أحدث ← (فرق)
اذهب إلى التنقل اذهب إلى البحث

Deprecated since version 3.7, will be removed in version 3.8.


This module is the Mac OS 9 (and earlier) implementation of the os.path module. It can be used to manipulate old-style Macintosh pathnames on Mac OS X (or any other platform).

The following functions are available in this module: normcase()normpath()isabs()join()split()isdir()isfile()walk()exists(). For other functions available in os.path dummy counterparts are available.