Crate fuc_engine

Source

Structs§

CopyOp
CopyOpBuilder
Use builder syntax to set the inputs and finish with build().
RemoveOp
RemoveOpBuilder
Use builder syntax to set the inputs and finish with build().

Enums§

Error

Functions§

copy_file
Copies a file or directory at this path.
remove_dir_all
Removes a file or directory at this path, after removing all its contents.
remove_file
Removes a file or directory at this path, after removing all its contents.