Skip to main content

mode

property Deno.FileInfo.mode

The underlying raw st_mode bits that contain the standard Unix permissions for this file/directory.

number | null
Back to top