This tutorial demonstrate how to make directory at specified location. This example will make a directory.
This tutorial demonstrate how to make directory at specified location. This example will make a directory.This example demonstrate how to create a directory at specified path.
import java.io.File;
|
The result of this program is that it will make a dir at root directory of C drive.