개정판 03960fa5
downloadmanager Test App 추가
Change-Id: Ic1923832e671d31305a10dc1003470637157368c
KCOM/PageManager/PageStorage.cs | ||
---|---|---|
344 | 344 |
backgroundWorker.CancelAsync(); |
345 | 345 |
backgroundWorker.Dispose(); |
346 | 346 |
|
347 |
foreach (var item in fileItems) |
|
348 |
{ |
|
349 |
System.IO.File.Delete(item.LocalFilePath); |
|
350 |
} |
|
347 |
/// downloadmanager에서 삭제함 |
|
348 |
//foreach (var item in fileItems) |
|
349 |
//{ |
|
350 |
// System.IO.File.Delete(item.LocalFilePath); |
|
351 |
//} |
|
351 | 352 |
|
352 |
System.IO.Directory.Delete(LocalStorage, true); |
|
353 |
//System.IO.Directory.Delete(LocalStorage, true);
|
|
353 | 354 |
} |
354 | 355 |
catch (Exception ex) |
355 | 356 |
{ |
내보내기 Unified diff