Hi
I'm trying to clear all contents of a RandomAccessFile but I don't understand how to do it.
I try simply deleting file, but, until the app is open, there is no permission to do it, also closing the raf before delete.
I tried also with javaobjects with method 'setLenght' but isn't recognized.
Is it possible to clear a raf ?
Thanks for suggestions.
I'm trying to clear all contents of a RandomAccessFile but I don't understand how to do it.
I try simply deleting file, but, until the app is open, there is no permission to do it, also closing the raf before delete.
I tried also with javaobjects with method 'setLenght' but isn't recognized.
Is it possible to clear a raf ?
Thanks for suggestions.