Posts Tagged ‘fchdir’

chdir, fchdir – change working directory
USAGE
#include <unistd.h>

int chdir(const char *path);
int fchdir(int fd);

DESCRIPTION
chdir() changes the current working directory to that specified in
[...]

Thursday, August 27th, 2009 at 00:07 | Comments Off
Categories: F, c
Tags: ,
TOP