SYNOPSIS
#include <unistd.h>
int fchdir(int fildes);
DESCRIPTION
The
PARAMETERS
RETURN VALUES
If successful,
- EACCES
-
Search permission is denied for the directory referenced by fildes.
- EBADF
-
fildes is not a valid file descriptor.
- EIO
-
An I/O error occurred while reading from or writing to the file system.
- ENOTDIR
-
The open file descriptor fildes does not refer to a directory.
CONFORMANCE
POSIX.1 (1996), with exceptions.
MULTITHREAD SAFETY LEVEL
MT-Safe.
PORTING ISSUES
Windows supports multiple root directories, one for each drive,
and also maintains a current working directory on each drive.
The
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
PTC MKS Toolkit 10.4 Documentation Build 39.