Hi fellow programmers,
My program creates a file 'on the fly'. After using it, just before closing my app,
it has to be deleted. Unfort. the KILL command does not work.
Before invoking the kill command, I've tried the following:
CLOSE - in order to be sure not any file is still open
SETATTR filename, 0
CHDIR to path of file
Did someone experience this before?
Best regards
------------------
mailto:[email protected][email protected]</A>
www.basicguru.com/zijlema/
My program creates a file 'on the fly'. After using it, just before closing my app,
it has to be deleted. Unfort. the KILL command does not work.
Before invoking the kill command, I've tried the following:
CLOSE - in order to be sure not any file is still open
SETATTR filename, 0
CHDIR to path of file
Did someone experience this before?
Best regards
------------------
mailto:[email protected][email protected]</A>
www.basicguru.com/zijlema/
Comment