FileSystem

zio.cli.files.FileSystem
See theFileSystem companion object
trait FileSystem

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Inherited types

type JPath = Path

Attributes

Inherited from:
PathPlatformSpecific (hidden)

Value members

Abstract methods

def exists(path: JPath): UIO[Boolean]
def isDirectory(path: JPath): UIO[Boolean]
def isRegularFile(path: JPath): UIO[Boolean]
def parsePath(path: String): IO[String, JPath]