Hi everyone,
I encountered a problem whenever i use the deleteFile function, the code goes like this.
file = file and directory that should be deleted..(example: "C:/text.text")
deleteFile(file)
every time i run the program, an error is displayed.. error is:
E- *Error* deleteFile: permission denied - "C:/text.text"
any help will be much appreciated
thanks in advance