Q:
How to create Directory on the HD?
Answer
To create directory on the HD we use mkDir() method:
boolean mkDir();
This method returns true if the directory is created on HD
This method returns false if the directory is already existing on HD
View answer
Workspace
Report Error
Discuss