--- In [email protected], "tailuo2002" <[EMAIL PROTECTED]> wrote: > > FreeBSD > > --- In [email protected], Ray Devore <rbdevore2007@> wrote: > > > > --- tailuo2002 <duzuike@> wrote: > > > Hi, > > > > > > I called OPENDIR in my program , then the program > > > exit. if it is true > > > that the OS call CLOSEDIR automatically for me ? > > > > > > Thank you. > > > > > What OS? > > > > Ray
Yes, closedir() will be called automatically. At least as long as you don't do any harm to OS internal structures. Regards, Nico
