variable constants.O_DIRECTORY Usage in Denoimport { constants } from "node:fs"; const { O_DIRECTORY } = constants; Constant for fs.open(). Flag indicating that the open should fail if the path is not a directory. Type number