Apr 28, 2004 #1 coffytan Programmer Mar 25, 2004 12 MY Hi, I'm quite fresh in Java programming. I wondering how can I open a plain text file and delete it's last line. Hope that you out there can help me up in this problem. Thx.
Hi, I'm quite fresh in Java programming. I wondering how can I open a plain text file and delete it's last line. Hope that you out there can help me up in this problem. Thx.
Apr 28, 2004 #2 sedj Programmer Aug 6, 2002 5,610 Look at FileInputStream and File in the java.io package (search for "FileInputStream Java" in google). Upvote 0 Downvote
Look at FileInputStream and File in the java.io package (search for "FileInputStream Java" in google).