Module run_make_support::fs
source · Functions§
- A wrapper around
std::fs::copywhich includes the file path in the panic message. - Copy a directory into another.
- A wrapper around
std::fs::create_dirwhich includes the file path in the panic message. - A wrapper around
std::fs::create_dir_allwhich includes the file path in the panic message. - A wrapper around
std::fs::File::createwhich includes the file path in the panic message. - Creates a new symlink to a path on the filesystem, adjusting for Windows or Unix.
- A wrapper around
std::fs::metadatawhich includes the file path in the panic message. - A wrapper around
std::fs::readwhich includes the file path in the panic message. - A wrapper around
std::fs::read_dirwhich includes the file path in the panic message. - Helper for reading entries in a given directory.
- A wrapper around
std::fs::read_to_stringwhich includes the file path in the panic message. - A wrapper around
std::fs::remove_dir_allwhich includes the file path in the panic message. - A wrapper around
std::fs::remove_filewhich includes the file path in the panic message. - A wrapper around
std::fs::renamewhich includes the file path in the panic message. - A wrapper around
std::fs::set_permissionswhich includes the file path in the panic message. - A wrapper around
std::fs::writewhich includes the file path in the panic message.