Vote count:
0
can any one tell me how can I get the file names present in the particular location say E:/abc_RESPONSE/Response_.
I tried to use The java.io.File.getName() method which returns the last name of the pathname's name sequence, that means the name of the file or directory denoted by this abstract path name is returned. But I need all the file names present in that particular location.String name = (String)(new File("E:/abc_RESPONSE/Response_").getName());I am using the above code please help to implement this.
asked 51 secs ago
How to get the file names present in a pirticular location mentioned
Aucun commentaire:
Enregistrer un commentaire