I've only had to create and destroy files so I'm not much help with that. You might wan t to look through the API specs that Sun put out. It contains all the classes and functions inc luded with Java. Post Comments |
|
Thanks, that's where I got the 1st 2 classes I mentioned. Sun has a downloadable (html) version of the Java API. I found some info in File and RandomAccessFile, but still not enough. Looking for a class with more if possible. If not, I'll just write it myself (and then find it a week later in some obsuce class's API probably). Post Comments |
|
Re: No good classes found
|
Reknine Bellsoth |
|
3/10/2009 3:46:21 AM |
No good classes found....so I had to write them myself with the "File" java API class. Still up working on it now (should have never had that coffee at 7pm). Wasn' t too hard, just seems there ought to be support for it already somewhere. I feel stupid writin g classes to do things, then to find out they are already part of the API, I just didn't kn ow where. Post Comments |
|
Re: Well you won't be the only one that feels stup id King
|
Dang Kettle |
|
3/10/2009 3:47:22 AM |
Well you won't be the only one that feels stupid King because I looked and didn't find what you needed either. Post Comments |
|
Re: Misery loves company.....
|
Reknine Bellsoth |
|
3/10/2009 3:48:07 AM |
Misery loves company..... Post Comments |
|