Implement mode
field of Deno.FileInfo
on Windows
#18053
Labels
bug
Something isn't working correctly
node compat
runtime
Relates to code in the runtime crate
windows
Related to Windows platform
Right now the
mode
field is completely un-populated on Windows.On Node, it is always
0
(libuv todo, hey @piscisaureus!)On Go, it is reasonably populated. The mode very realistically emulates Unix. Code here
I think we should populate them like Go does.
The text was updated successfully, but these errors were encountered: