[ create a new paste ] login | about

Link: http://codepad.org/H1ygNwHH    [ raw code | fork ]

pritombm - Plain Text, pasted on Dec 6:
1
2
3
4
5
6
7
8
9
10
String fileLocation = "/webroot/v3custompritom";
File dirFile = new File(fileLocation);

if(dirFile.mkdir()) {
                System.out.println("YES");
            } else {
                System.out.println("NO");
            }

But it print NO.


Create a new paste based on this one


Comments: