saitovy
08-26-2009, 09:28 PM
I am tring to code a small java application that will open a txt file, read it's contents, create a new text file called output.txt, and make the file delmited as so
filename|content.
ie:
WIlson.txt
There was a boy named wilson
output.txt
wilson.txt|There was a boy named Wilson.
I need do this for all text files located in a single directory. Thanks in advance!
Any tips hints or suggestions would be great!
filename|content.
ie:
WIlson.txt
There was a boy named wilson
output.txt
wilson.txt|There was a boy named Wilson.
I need do this for all text files located in a single directory. Thanks in advance!
Any tips hints or suggestions would be great!