Posts by user191785 • 1 point
1 post
-
0
votes3
answers2837
viewsA: How to rename a java file
To remove numbers and other characters from the song file name: public static void main(String[] args) { File dir = new File("C:\\Musicas"); if (dir.exists()) { File[] files = dir.listFiles(); if…
javaanswered user191785 1