deno icon indicating copy to clipboard operation
deno copied to clipboard

feat(ext/node): Promisify `fstat` and implement FileHandle#stat

Open manzt opened this issue 1 year ago • 1 comments
trafficstars

Fixes #23301

Implements FileHandle.stat. This PR also adds a promisified fs.fstat under 'fs/promises', which is used internally by FileHandle.stat.

manzt avatar Nov 04 '24 17:11 manzt

Oops, seeing #24391. Feel free to close. Although, I don't think that PR handles checking the whether the file is open prior to executing the fs operations. Probably should use the fsCall wrapper.

manzt avatar Nov 04 '24 18:11 manzt