Home » Interview » Technology

How to create Directory on the HD?

Correct 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

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion