posted 13 years ago
First I'm creating 'temp' csv file and copying existing file data into temp file and adding new rows to temp file and rename temp file name with actual name.
Trying to delete existing csv file, but not working.
using
updated code:
Can any one tell me what is issue with delete function.