002
01.09.2003, 17:36 Uhr
Pablo
Supertux (Operator)
|
C++: |
#include <sys/types.h> #include <sys/stat.h>
int mkdir(const char* pfad, mode_t modus);
|
Gibt 0 (bei Erfolg) zurück; -1 bei Fehler.
Konstanten für mode_t modus:
Code: |
S_IRUSR user-read S_IWUSR user-write S_IXUSR user execute S_IRGRP group read ... S_IROTH other-read ....
|
Der Rest sollte klar sein, immer IR, IW oder IX + user = (USR=user, GRP=group, OTH=other) -- A! Elbereth Gilthoniel! silivren penna míriel o menel aglar elenath, Gilthoniel, A! Elbereth! |