Hi,
How do you go about in creating a direcory folder?
I've been playing around with class File which has the method mkDir() (no arguments and returns type boolean), which i thought would be the answer to making a directory but apparently not, or perhaps i just dont understand it.