0 Members and 1 Guest are viewing this topic.
mkdir("/dirname", 0755);
To create a directory:Code: [Select]mkdir("/dirname", 0755);Also, welcome to Omnimaga, and be sure to Introduce yourself.
I don't understand, what exactly do you mean by "virtual directory"?The code I gave simply creates a regular directory in the root of the filesystem (which cannot be seen from the document browser).