Thread
:
Running an application
View Single Post
Re: Running an application
(#
17
)
Whistler
Summoner
Status:
Offline
Posts: 1,499
Join Date: Feb 2004
Location: Mist Village
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
);
Whistler
View Public Profile
Send a private message to Whistler
Visit Whistler's homepage!
Find More Posts by Whistler