struct SymLinkFlags [src]

Use with Dir.symLink, Dir.atomicSymLink, and symLinkAbsolute to specify whether the symlink will point to a file or a directory. This value is ignored on all hosts except Windows where creating symlinks to different resource types, requires different flags. By default, symLinkAbsolute is assumed to point to a file.

Fields

is_directory: bool = false

Source

pub const SymLinkFlags = struct { is_directory: bool = false, }