pub async fn delete<P: Into<PathBuf> + Send, R: Ratchet>(
remote: &impl TargetLockedRemote<R>,
virtual_path: P,
) -> Result<(), NetworkError>Expand description
Deletes a file from the Remote Encrypted Virtual Filesystem
pub async fn delete<P: Into<PathBuf> + Send, R: Ratchet>(
remote: &impl TargetLockedRemote<R>,
virtual_path: P,
) -> Result<(), NetworkError>Deletes a file from the Remote Encrypted Virtual Filesystem