Hey, I just found a small bug in my program. When a user tries to delete a file that they have selected in the listview, and the file is a "read only" file, Runtime error '75 occurs. File Path access denied. I'm using the "Kill" function to delete files. How can I make it delete a "read-only file" without causing an error? Any help is appreciated.