This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: fchdir(2)


On Fri, Jun 08, 2001 at 06:34:15PM +0200, Gerrit P. Haase wrote:
> Hi,
> 
> how do I substitute fchdir(2) on cygwin?

chdir(). Since the directory has been opened somewhere in the
application, the name should still be available.

However, implementing fchdir() in Cygwin shouldn't be too hard.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]