Hi,
I'm trying to create a folder under c:\
I'm using open c in my application.
mkdir("c:\\newdir", 0777);
It works fine on e:\, but fails on c:\.
Could someone tell me if the access is restricted to c:\?
How do I create a private folder under c:\?
Thanks,
jvin



