Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.sao.ru/hq/sts/linux/book/c_marshall/section2_21_4.html
Дата изменения: Unknown
Дата индексирования: Sat Sep 11 19:55:39 2010
Кодировка:

Поисковые слова: рер р р р р р р р р р р р р р
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