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