|
|
|
มีวิธีทำให้ Getfile ตามวันที่ ที่เราเลือกใน dateTimePicker ไหมครับ |
|
|
|
|
|
|
|
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))
{
AES_TBank.AES objAES = new AES_TBank.AES();
bool result = objAES.aes_dec_file(file, "pZikW2C772eMs2hs", file2);
string dllVersion = objAES.file_version().ToString();
}
}
|
|
|
|
|
Date :
2017-09-26 16:27:25 |
By :
หนึ่ง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|