..
This commit is contained in:
		| @@ -67,7 +67,7 @@ namespace Project | ||||
| 					if (ts.TotalSeconds > 1) | ||||
| 					{ | ||||
| 						//파일을 찾아서 소거한다. | ||||
| 						var delpath = System.IO.Path.Combine(AR.SETTING.Data.Path_Data, "Images"); | ||||
| 						var delpath = System.IO.Path.Combine(AR.SETTING.Data.GetDataPath(), "Images"); | ||||
| 						if (delpath != "") DeleteFile(delpath); | ||||
|  | ||||
| 						lastDeleteTime = DateTime.Now; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ChiKyun Kim
					ChiKyun Kim