Bolimous Prime

Greenhorn
+ Follow
since May 09, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Bolimous Prime

Thanks.
I wont have the filename hardcoded, I will be doing it the way you suggested after I get the core mechanics worked out.
20 years ago
I have a problem where when a create an new filelist object I want it to populate using a the constructor. The problem is that I get an IOException error if I use the contructor this way. I can call it externally without problems (i.e. fl.populatelist() .
Code below
20 years ago