|
|
|
สอบถามครับ ผมจะใช้ OR/AND ได้ยังไง ครับ |
|
|
|
|
|
|
|
Code (ASP)
System.IO.Directory.GetFiles(folSong, "*.mp3").ToList<string>()
/*
.Where(f => new Regex(@"(_\d{1,})", RegexOptions.None).IsMatch(Path.GetFileName(f))).ToList<string>()
*/
.ForEach(_f => {
boolean has_num = ???;
boolean sizeover = ???;
if ( has_num || sizeover){
// delete
}
});
ไม่ตรวจสอบ ด้วย where
|
ประวัติการแก้ไข 2020-01-06 13:55:47
|
|
|
|
Date :
2020-01-06 13:49:29 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|