How can I restore a python file I deleted through NERDTree, the vim file manager extension?

435 views Asked by At

I have deleted a python file I thought I wouldn't need in NERDTree. I can't locate the file in system Trash to restore. Is there any where the file still resides? Thanks.

1

There are 1 answers

1
romainl On

NERDTree did rm -rf filename (Unix) or rmdir /s /q filename (Windows). Those commands don't interact with your system's trash so you can consider filename gone forever.