How to find in a folder the newest file following a pattern but also excluding some files

后端 未结 0 871
小鲜肉
小鲜肉 2020-12-01 05:02

I know that this code works for finding the newest file

var directory = new DirectoryInfo(tbxDir.Text);
if (Directory.Exists(tbxDir.Text))
{
    var NewestFil         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题