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 fsfs 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?
No replies yet
Join the Discord to continue the conversation
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.