Adding file names(Help!!)
Hi,
I am busy writing a programm that stores songs(the names, artists, albums-"metadata") into arrays.
At the moment i just ask the user for input, but i would like to ask the user from which file he would like to get the data and then for instance he chooses my music folder, java will extract the metadata from the song files in the my music folder and store it in an array.
At the moment my array are so: String[] strArr = new String[100][4];
with the 4 being equal to artist, track, album, date added,.
could i import the song names and store them in in that array.
is all of this possible?
thnks for your help.