I've created a random access file as follows:
RandomAccessFile aFile = null;
aFile = new RandomAccessFile(NetSimView.filename, "rwd");
I want to delete the file "afile". can anyone suggest me how to do it?
|
I've created a random access file as follows:
I want to delete the file "afile". can anyone suggest me how to do it? |
||||
|
|
|
You can do that:
Edit, regarding your comment: The parameter
|
|||||||||
|