1 /* Rmdir for the Macintosh.
2 Public domain by Guido van Rossum, CWI, Amsterdam (July 1987).
3 Pathnames must be Macintosh paths, with colons as separators. */
13 pb
.ioNamePtr
= (StringPtr
) Pstring(path
);
15 if (PBDelete((ParmBlkPtr
)&pb
, FALSE
) != noErr
) {