deadsea

Greenhorn
+ Follow
since Nov 20, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by deadsea

There are many places where that will not work. All system resources do not have a file name. For example if your class and text file were inside a jar file.
It is better to work with system resources by getting a stream to that file. If you really need file operations, I would suggest writing it to a temporary file. Most of the time a stream suffices.
22 years ago
Try the split function that is found in this class: http://ostermiller.org/utils/StringHelper.html
22 years ago