bzm3r
bzm3r3w ago

Writing a script to check which process is locking a file on Windows?

I want to write a TypeScript script which lets me check which process is locking a file on Windows. I would like to run it using Deno. I checked through the packages of the standard library to see what might be relevant, and the fs package stood out, but it doesn't provide any functions that may be relevant. So how would you go about implementing such a script to run with Deno?
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?