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