Hello,
I'm doing the same thing with vbspace, some functions that may help you are
1.) opendir() - much like fopen, it returns a directory handle
2.) mkdir() - has two parameters, the path to the new directory, and two the permissions it will take.
mkdir is a difficult functions, sometimes I set permissions and I get a completely different permisson. I'm currently trying to figure out exactly what im doing wrong. Hope that helps...
|