Results 1 to 5 of 5
Thread: Adding file names(Help!!)
- 11-08-2007, 08:17 AM #1
Member
- Join Date
- Nov 2007
- Posts
- 7
- Rep Power
- 0
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.
- 11-08-2007, 09:46 AM #2
Member
- Join Date
- Nov 2007
- Posts
- 7
- Rep Power
- 0
yes.... you have to add another column to your array for the song names
- 11-08-2007, 10:01 AM #3
Member
- Join Date
- Nov 2007
- Posts
- 7
- Rep Power
- 0
why, the song names is stored in the column[4].?
for example
song names will be stored in strArr[0]
song artists will be stored in strArr[1]
song album will be stored in strArr[2]
song dateAdded will be stored in strArr[3]
yip.
- 11-09-2007, 01:54 AM #4
Member
- Join Date
- Nov 2007
- Posts
- 7
- Rep Power
- 0
ok so that will be it, what do you mean about your question "could i import the song names and store them in in that array" ?
- 11-09-2007, 07:26 AM #5
Senior Member
- Join Date
- Nov 2007
- Posts
- 160
- Rep Power
- 6
Similar Threads
-
Names pipes in java
By Zept in forum NetworkingReplies: 2Last Post: 08-06-2011, 08:20 PM -
Adding file contents to Choice component
By Java Tip in forum Java TipReplies: 0Last Post: 02-07-2008, 09:06 AM -
Drive names
By alwz_nikhil in forum New To JavaReplies: 0Last Post: 11-28-2007, 10:04 AM -
how to get the names of the files
By mary in forum Advanced JavaReplies: 2Last Post: 08-05-2007, 04:01 AM -
building file and variable names from variables
By madad2005 in forum New To JavaReplies: 2Last Post: 07-18-2007, 04:47 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks