Expand description
Macros for opening files and directories using ambient authority, with paths known at compile time.
Macrosยง
- open_
ambient_ dir - Opens a directory with ambient authority, using a path known at compile time.
- open_
ambient_ file - Opens a file in read-only mode with ambient authority, using a path known at compile time.
- open_
ambient_ file_ with - Opens a file with ambient authority with the specified options, but using a path known at compile time.