Документ взят из кэша поисковой машины. Адрес оригинального документа : http://jet.sao.ru/hq/sts/linux/book/c_marshall/section2_21_4.html
Дата изменения: Unknown
Дата индексирования: Tue Oct 2 09:14:38 2012
Кодировка:

Поисковые слова: обвмадеойс нефептощи рпфплпч
Directory Manipulation



Next: File Manipulation Up: C Standard Library Functions Previous: Data Conversion

Directory Manipulation

#include <dir.h>

int chdir(char *path) - Change current directory to given path.

char *getcwd(char *path, int numchars) - Returns name of current working directory.

int mkdir(char *path) - Create a directory u sing given path name.

int rmdir(char *path) - Delete a specified directory.


Dave.Marshall@cm.cf.ac.uk
Wed Sep 14 10:06:31 BST 1994