I need to write a program that
a.) connects to a database
b.) given a starting directory
1.) reports the path. Ex. C:\Program Files
2.) number of files. This does Not include other folders Ex. 12
3.) Accumulated size for all files in that particular folder.
4.) Date
c.) all this info is written to the database table with four columns
representing each of the items above.
I'm a beginning Java programmer and am just learning the language so
any help whatsoever on this will greatly be appreciated.