method Deno.FsFile.prototype.lock
Jump to headingFsFile.prototype.lock(exclusive?: boolean): Promise<void>
Acquire an advisory file-system lock for the file.
Parameters Jump to heading
optional
Jump to headingexclusive: boolean = false
Return Type Jump to heading
Promise<void>