View Single Post
Old 10-20-2003, 11:14 AM   #6
Night Stalker
Lord Ao
 

Join Date: June 24, 2002
Location: Nevernever Land
Age: 49
Posts: 2,002
Quote:
Originally posted by LennonCook:
OK, I think I've figured out some of this myself, but I need one small bit of code for it to work properly:
How would I delete a file - as in, remove it from the allocation tables not just override it with 0 data?
Depends on whether you are using a file object or not. If using an object the .delete method is available.

Otherwise del filename should work.
__________________
[url]\"http://www.duryea.org/pinky/gurkin.wav\" target=\"_blank\">AYPWIP?</a> .... <img border=\"0\" alt=\"[1ponder]\" title=\"\" src=\"graemlins/1ponder.gif\" /> <br />\"I think so Brain, but isn\'t a cucumber that small called a gherkin?\"<br /><br />Shut UP! Pinky!
Night Stalker is offline