- divide mkdir/newfile
This commit is contained in:
Junyuan Feng
2022-05-07 22:36:32 +08:00
parent b824e06736
commit d224ad8cf8
8 changed files with 116 additions and 38 deletions

View File

@@ -1071,6 +1071,16 @@ class S {
);
}
/// `Create file`
String get createFile {
return Intl.message(
'Create file',
name: 'createFile',
desc: '',
args: [],
);
}
/// `Rename`
String get rename {
return Intl.message(