Re: Re[2]: Changing dir



On Fri, 09 Aug 2002 13:37:02 +0400 "Alexander Chemeris" <chemeris mail ru>
wrote:

chdir() ?
man 2 chdir
I'm an VisualC user. So, is chdir() portable or not? And on which
header it is under linux?

from "man 2 chdir"

CHDIR(2)            Linux Programmer's Manual            CHDIR(2)

NAME
       chdir, fchdir - change working directory

SYNOPSIS
       #include <unistd.h>

       int chdir(const char *path);
       int fchdir(int fd);
[..]
CONFORMING TO
       The  chdir  call  is  compatible  with  SVr4, SVID, POSIX,
       X/OPEN, 4.4BSD.  SVr4 documents additional EINTR, ENOLINK,
       and EMULTIHOP error conditions but has no ENOMEM.  POSIX.1
       does not have ENOMEM or ELOOP  error  conditions.   X/OPEN
       does not have EFAULT, ENOMEM or EIO error conditions.

       The  fchdir  call  is  compatible  with  SVr4,  4.4BSD and
       X/OPEN.  SVr4 documents additional EIO, EINTR, and ENOLINK
       error  conditions.   X/OPEN documents additional EINTR and
       EIO error conditions.

Attachment: pgpDgRpugUzzn.pgp
Description: PGP signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]