View Single Post
Re: Running an application
Old
  (#17)
Whistler
Summoner
 
Whistler's Avatar
 
Status: Offline
Posts: 1,499
Join Date: Feb 2004
Location: Mist Village
Default Re: Running an application - 08-12-2004

well I have grepped my /usr/include directory in my Debian GNU/linux 3.0 and found no .h files has "mkdir()"

and this also doesn't work:
PHP Code:
#include <unistd.h>
mkdir("this_is_a_dir"777); 
  
Reply With Quote