Closed
Description
Created by: kaylinli
Description
I downloaded a pde file from a friend and opened the pde file from the Downloads folder. Later, I tried to delete the sketch through the Processing app, and it ended up deleting everything in my Downloads folder, which was a lot of files. These files couldn't be found in the recycling bin either, so they were directly deleted by Processing.
Expected Behavior
I was expecting Processing to only delete my pde files.
Steps to Reproduce
- Move a pde file to the Downloads folder
- Open pde file using Processing
- Delete sketch using drop down menu in Processing
Your Environment
- Processing version:
- Operating System and OS version: Windows 10
Possible Causes / Solutions
Not sure, it seems like every time Processing deletes a sketch it deletes all the files in the working directory, but since I opened my pde file in the Downloads folder it made the Downloads folder the working directory and deleted everything in there.