I have a filelist box and a button, I want the user to select a file, then click the button and the file will be deleted. Preferably I would want it to be deleted permanently rather than put in the Recycle Bin. How would I do this?
Jonathon.
Printable View
I have a filelist box and a button, I want the user to select a file, then click the button and the file will be deleted. Preferably I would want it to be deleted permanently rather than put in the Recycle Bin. How would I do this?
Jonathon.
Kill File1.FileName
David Paulson
Thanks
Jonathon.
Hi,
U can use the Kill method to delete the file u require.
Kill(File Path)
Sunil