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.
is_directory: bool = falsepub const SymLinkFlags = struct {
is_directory: bool = false,
}