Sunday, 19 January 2014 0 Membuat Direktori Unknown 06:46 import java.io.File;class DemoMembuatDirektori { public static void main(String[] args) { File f = new File("d:/NewDir/NewSubDir"); f.mkdirs(); } } Email ThisBlogThis!Share to XShare to Facebook ← Newer Post Older Post → Home 0 comments: Post a Comment Subscribe to: Post Comments (Atom)
0 comments:
Post a Comment