structstd.fs.Dir.AtomicFileOptions[src]

Fields

mode: File.Mode = File.default_mode
make_path: bool = false

Source Code

Source code
pub const AtomicFileOptions = struct {
    mode: File.Mode = File.default_mode,
    make_path: bool = false,
}