pub fn copy_to_driver_package_folder<P: AsRef<Path>>(
    path_to_copy: P
) -> Result<(), ConfigError>
Expand description

Copies the file or directory at path_to_copy to the Driver Package folder

§Errors

This function returns a ConfigError::IoError if the it encouters IO errors while copying the file or creating the directory

§Panics

This function will panic if path_to_copy does end with a valid file or directory name