Saturday, 24 May 2014

How to make unhidden folder using java


Note : Keep folder jill .

public class hidedir

    public static void main(String[] args) throws Exception
    {
        String cmd="attrib -h C:/Users/Flutebala/Desktop/jill";
        Runtime.getRuntime().exec(cmd);

           }
}

No comments:

Post a Comment