Use with symLink, symLinkAtomic, 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.
pub const SymLinkFlags = struct
pub const SymLinkFlags = struct {
is_directory: bool = false,
}