|
|
|
C# WinApp System.IO.File.CreateText Error บอกว่าไม่เห็น path ทั้งๆที่เพิ่งสร้างไป |
|
|
|
|
|
|
|
Check มันก่อนได้หรือเปล่าครับ เช่น
Code (C#)
string filepath = "C:\\Data\\FileName.txt";
if (!System.IO.File.Exists(filepath)) {
System.IO.File.Create(filepath).Dispose();
}
|
|
|
|
|
Date :
2014-11-23 08:57:25 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|