View Source Plausible.File (Plausible v0.0.1)

File helpers for Plausible.

Summary

Functions

Moves a file from one location to another.

Functions

Link to this function

mv!(source, destination)

View Source
@spec mv!(Path.t(), Path.t()) :: :ok

Moves a file from one location to another.

Tries renaming first, and falls back to copying and deleting the original.