case moveNotFound(from: AbsolutePath, to: AbsolutePath)
s10FileSystem0aB5ErrorO12moveNotFoundyAC4Path08AbsoluteG0V_AGtcACmF
62A6T
import FileSystem
enum FileSystemError
struct AbsolutePath
case makeDirectoryAbsentParent(AbsolutePath)
case readInvalidEncoding(String.Encoding, path: AbsolutePath)
case cantEncodeText(String, String.Encoding)
case replacingItemAbsent(replacingPath: AbsolutePath, replacedPath: AbsolutePath)
case copiedItemAbsent(copiedPath: AbsolutePath, intoPath: AbsolutePath)
case absentSymbolicLink(AbsolutePath)