C/C++ >> TinyIDS
Posted by tumbler on 06:48:00 10-05-2002
yes I just got my first big project approved by soureforge http://sourceforge.net/projects/tinyids
is the project details and they gave me
http://tinyids.sourceforge.net for hosting but nothing up yet well im working on this project and i put all the struct addr_in stuff; in it and i start fopen'n things up and i realize i dont know how to create a direcotry in c for unix i can fopen /var/log/tinyids/log but if the directory tinyids isnt already on the system it could have problems thanks for the help (i hope!)!
Posted by buzgub on 11:21:00 10-05-2002
I believe this is the wrong way to do things. You might like to look at the syslog man page.

man 2 mkdir should get you the documentation for the mkdir library function if you decide to do it that way.