file rename (#9089)

Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
21pages
2024-08-16 12:55:58 +08:00
committed by GitHub
parent 579e0fac36
commit ed18e3c786
59 changed files with 507 additions and 50 deletions

View File

@@ -102,6 +102,11 @@ pub enum FS {
last_modified: u64,
is_upload: bool,
},
Rename {
id: i32,
path: String,
new_name: String,
},
}
#[cfg(target_os = "windows")]