Dagger.FileType (dagger v0.20.8)

Copy Markdown View Source

File type.

Summary

Functions

directory file type

directory file type

regular file type

regular file type

symlink file type

symlink file type

unknown file type

Types

t()

@type t() ::
  :UNKNOWN
  | :REGULAR
  | :DIRECTORY
  | :SYMLINK
  | :REGULAR_TYPE
  | :DIRECTORY_TYPE
  | :SYMLINK_TYPE

Functions

directory()

@spec directory() :: :DIRECTORY

directory file type

directory_type()

@spec directory_type() :: :DIRECTORY_TYPE

directory file type

regular()

@spec regular() :: :REGULAR

regular file type

regular_type()

@spec regular_type() :: :REGULAR_TYPE

regular file type

symlink()

@spec symlink() :: :SYMLINK

symlink file type

unknown()

@spec unknown() :: :UNKNOWN

unknown file type