Assume that a File object myDir has been created and initialized. How would you create a directory myDir?

Assume that a File object myDir has been created and initialized. How would you create a directory myDir?

1. myDir.mkdir();
2. myDir.makedir();
3. myDir.create();
4. myDir.createDir();

This entry was posted in Uncategorized and tagged , , , , , , , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>