CeSaR340 Posted January 3, 2012 Report Share Posted January 3, 2012 o que esta errado neste codigo?package classificacaodearraycomtxt; import java.io.File; public class ClassificacaoDeArrayComTXT { public static void main(String[] args) { java.io.File diretorio = new java.io.File("C:/Users/Cesar Schutz/Desktop/Cesar"); boolean statusDir = file.mkdir(); System.out.println(statusDir); } }da erro nesta linha: boolean statusDir = file.mkdir();o netbeans me diz para criar uma classe File, mas não entendiestou seguinte este tutorial:tutorialse alguém souber o q esta acontecendo, ME AJUDE! Quote Link to comment Share on other sites More sharing options...
0 bareta Posted February 13, 2012 Report Share Posted February 13, 2012 tente comboolean statusDir = diretorio.mkdir(); Quote Link to comment Share on other sites More sharing options...
Question
CeSaR340
o que esta errado neste codigo?
da erro nesta linha:
boolean statusDir = file.mkdir();
o netbeans me diz para criar uma classe File, mas não entendi
estou seguinte este tutorial:
tutorial
se alguém souber o q esta acontecendo, ME AJUDE!
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.