This program will make a directory called 'MyDirectory' in the C:\ drive.



import java.io.File;

public class MakeDir {

public static void main(String[] args) {