remove

Function remove 

Source
pub async fn remove(upload_id: u64, game_folder: &Path) -> Result<(), String>
Expand description

Remove an installed upload

§Arguments

  • upload_id - The ID of upload which will be removed

  • game_folder - The folder with the game files where the upload will be removed from

§Returns

An error if something goes wrong