What C headers for directory traversal are process safe in Linux ?

Posted by bobby on Stack Overflow See other posts from Stack Overflow or by bobby
Published on 2010-05-06T18:36:50Z Indexed on 2010/05/07 1:28 UTC
Read the original article Hit count: 259

Filed under:
|
|
|

I'm currently using dirent.h and ftw.h for directory traversal at my CGI website 100% programmed in C. I am not sure if they are process safe; would various users interfere with each other while on my site ?

Which functions would you recommend for this purpose ?

© Stack Overflow or respective owner

Related posts about c

    Related posts about cgi