- Companion:
- object
Value members
Concrete methods
Will fail for non empty directories. For that use case use deletePathRecursively
Will fail for non empty directories. For that use case use deletePathRecursively
- Definition Classes
override def deletePathRecursively(implicit trace: Trace): ZSink[Any, IOException, Path, Nothing, Unit]
- Definition Classes
override def movePathZIO(locator: Path => ZIO[Any, IOException, Path])(implicit trace: Trace): ZSink[Any, IOException, Path, Nothing, Unit]
- Definition Classes
override def tailPathUsingWatchService(path: => Path, freq: => Duration)(implicit trace: Trace): ZStream[Any, IOException, Byte]
- Definition Classes
override def tempDirPathIn(dirPath: => Path)(implicit trace: Trace): ZStream[Any, IOException, Path]
- Definition Classes
Inherited methods
final def deleteFileNameRecursively(implicit trace: Trace): ZSink[Any, IOException, String, Nothing, Unit]
- Inherited from:
- FileConnector
final def deleteFileRecursively(implicit trace: Trace): ZSink[Any, IOException, File, Nothing, Unit]
- Inherited from:
- FileConnector
final def moveFileName(locator: String => String)(implicit trace: Trace): ZSink[Any, IOException, String, Nothing, Unit]
- Inherited from:
- FileConnector
final def moveFileNameZIO(locator: String => ZIO[Any, IOException, String])(implicit trace: Trace): ZSink[Any, IOException, String, Nothing, Unit]
- Inherited from:
- FileConnector
final def moveFileZIO(locator: File => ZIO[Any, IOException, File])(implicit trace: Trace): ZSink[Any, IOException, File, Nothing, Unit]
- Inherited from:
- FileConnector
final def moveURIZIO(locator: URI => ZIO[Any, IOException, URI])(implicit trace: Trace): ZSink[Any, IOException, URI, Nothing, Unit]
- Inherited from:
- FileConnector
final def tailFileName(name: => String, freq: => Duration)(implicit trace: Trace): ZStream[Any, IOException, Byte]
- Inherited from:
- FileConnector
final def tailFileNameUsingWatchService(fileName: => String, freq: => Duration)(implicit trace: Trace): ZStream[Any, IOException, Byte]
- Inherited from:
- FileConnector
final def tailFileUsingWatchService(file: => File, freq: => Duration)(implicit trace: Trace): ZStream[Any, IOException, Byte]
- Inherited from:
- FileConnector
final def tailURIUsingWatchService(uri: => URI, freq: => Duration)(implicit trace: Trace): ZStream[Any, IOException, Byte]
- Inherited from:
- FileConnector
final def tempDirFileNameIn(dirName: => String)(implicit trace: Trace): ZStream[Any, IOException, String]
- Inherited from:
- FileConnector
final def tempFileNameIn(dirName: => String)(implicit trace: Trace): ZStream[Any, IOException, String]
- Inherited from:
- FileConnector
final def writeFileName(name: => String)(implicit trace: Trace): ZSink[Any, IOException, Byte, Nothing, Unit]
- Inherited from:
- FileConnector