How to print name of file open by some process (PID) in window? Or All Processes (PID) currently open a file.
Process Explorer is a utility works for same. But how does it work not mentioned?
Any /proc filesystem kind of thing present in windows?
Can we read any Window's Registry?
I wants to write a programming code And I rarely work on windows.
Got two solutions in Python:
1. import psutil
2. import win32api, win32con, win32process
But it is still a question to me!
1. How does these libraries works?
2. Any register, memory or virtual file system keeps this information?
If its possible in window, Why this information not present in TasK-Manager?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…