Function workflow_store::fs::remove
source ยท pub async fn remove(filename: &Path) -> Result<()>
Expand description
Remove the file at the given path. If using within the web browser environment, a local storage key with the name of the file will be removed.