#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.