|
|
|
ขอวิธี getfile แล้วสร้างไฟล์ให้ตรงตามชื่อไฟล์ที่เรา getfile หน่อยครับ |
|
|
|
|
|
|
|
Code (C#)
DateTime dta = DateTime.Today;
string strdta = "ddMM";
strdta = dta.ToString("ddMM");
string Date1 = dateTimePicker1.Value.ToString("ddMM");\\ต้องการใช้ตัวนี้
foreach (string file in Directory.GetFiles(@"C:\tbank_file\in\", "*.txt").Where(x => new FileInfo(x).CreationTime.Date.ToString("ddMM") == Date1 ))
{
foreach (string file2 in Directory.GetFiles(@"C:\tbank_file\in\ADCODE\", "*.txt").Where(x => new FileInfo(x).CreationTime.Date.ToString("ddMM") == Date1))
{
MessageBox.Show(file + " " + file2);
AES_TBank.AES objAES = new AES_TBank.AES();
bool result = objAES.aes_dec_file(file, "pZikW2C772eMs2hs", file2);
string dllVersion = objAES.file_version().ToString();
}
}
ถ้า MessageBox ไม่ได้ แสดงว่าอาจจะมีปัญหาเรื่องวันที่
ถ้า MessageBox ได้ แต่ aes_dec_file ก็ต้องไปไล่เช็คที่ aes_dec_file
|
|
|
|
|
Date :
2017-09-27 11:40:32 |
By :
หนึ่ง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เอาวิธีคิดง่ายๆละกัน
ลอง ตัด where ออกดูว่าจะมี MessageBox ไม๊
|
|
|
|
|
Date :
2017-09-27 12:08:07 |
By :
หนึ่ง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|