mirror of
https://github.com/nsnail/dot.git
synced 2025-06-19 13:58:16 +08:00
<feat> + 目录检索设置
This commit is contained in:
@ -47,7 +47,7 @@ public sealed class Main : FilesTool<Option>
|
||||
|
||||
|
||||
if (hasWrote && !isBin) {
|
||||
if (Opt.WriteMode) CopyFile(tmpFile, file);
|
||||
if (Opt.WriteMode) File.Copy(tmpFile, file, true);
|
||||
ShowMessage(0, 1, 0);
|
||||
UpdateStats(Path.GetExtension(file));
|
||||
}
|
||||
|
Reference in New Issue
Block a user