Dagger.ExistsType (dagger v0.18.16)

View Source

File type.

Summary

Functions

Tests path is a directory

Tests path is a regular file

Tests path is a symlink

Types

t()

@type t() :: :REGULAR_TYPE | :DIRECTORY_TYPE | :SYMLINK_TYPE

Functions

directory_type()

@spec directory_type() :: :DIRECTORY_TYPE

Tests path is a directory

regular_type()

@spec regular_type() :: :REGULAR_TYPE

Tests path is a regular file