Path
zio.cli.PrimType.Path
final case class Path(pathType: PathType, shouldExist: Exists, fileSystem: FileSystem) extends PrimType[JPath]
Type representing file system path.
Value parameters
- fileSystem
-
Implementation of FileSystem trait.
- pathType
-
Type of expected path: Directory, File or Either if both are acceptable.
- shouldExist
-
Yes if path is expected to exists, No otherwise or Either is both are acceptable.
Attributes
- Graph
-
- Supertypes
- Self type
Members list
In this article