D
D
Dima_E2019-06-08 09:23:05
Python
Dima_E, 2019-06-08 09:23:05

How to recover deleted files?

Trying to optimize the compilation of programs, I accidentally deleted the folder with scripts where pycharm wrote them.
How can you restore?
Or perhaps pycharm makes copies?
Deleted it this way:

path = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'TestDir')
os.rmdir(path)

Alternatively, you can decompile the program and get the code, tell me the decompiler for the latest python.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dima_E, 2019-06-08
@Dima_E

The issue was resolved, I got the code from Cmd , thanks for the help

P
pfemidi, 2019-06-08
@pfemidi

Alternatively, you can decompile the program and get the code, tell me the decompiler for the latest python.

I once settled on the uncompile program . You can take it here for example .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question