PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs323] Too many directories open
Date: Monday, 14 Sep 2020, 15:49:58


    > Message Posted By: Unknown
    >
    > I don't know the limitations of opening directories--If we recursively
    > open directories as we DFS, there will be at most depth(tree) directories
    > open at once. Can C handle this?

That depends on the depth of the path.  But if you
run out of file pointers, opendir() will fail as it
would if the directory did not exist.

--Stan-
PREV INDEX NEXT