mirror of
https://github.com/nsnail/dot.git
synced 2025-10-14 12:52:26 +08:00
<feat> + tolf: 写入文件信息统计
This commit is contained in:
@@ -8,4 +8,5 @@ var path = Directory.GetFiles(@".idea", "workspace.xml", SearchOption.AllDirecto
|
||||
""";
|
||||
var content = File.ReadAllText(path);
|
||||
content = content.Replace(findStr, replaceStr);
|
||||
Console.WriteLine(content);
|
||||
File.WriteAllText(path, content);
|
Reference in New Issue
Block a user