mycodes
Get Some Free Products at your Door Step. Just feed ur Address in dis Link...!!
Your Ad Here
Thursday, October 6, 2011
Create a directory in java
import java.io.File;
public class MainClass
{
public static void main(String[] a)
{
File file = new File("c:\\test\\");
file.mkdir();
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment