mac -- Python library reference
Next: macpath
Prev: Macintosh Specific Services
Up: Macintosh Specific Services
Top: Top
14.1. Built-in Module mac
This module provides a subset of the operating system dependent
functionality provided by the optional built-in module posix
.
It is best accessed through the more portable standard module
os
.
The following functions are available in this module:
chdir
,
getcwd
,
listdir
,
mkdir
,
rename
,
rmdir
,
stat
,
sync
,
unlink
,
as well as the exception error
.
Next: macpath
Prev: Macintosh Specific Services
Up: Macintosh Specific Services
Top: Top