개정판 f7e7a61a
issue #000: Markus Client Log FilePath 수정
Change-Id: I7b5d8115e72f03554a2441beb5b2bdffc7b2de13
SmartUpdate/App.xaml.cs | ||
---|---|---|
2 | 2 |
using System.Collections.Generic; |
3 | 3 |
using System.Configuration; |
4 | 4 |
using System.Data; |
5 |
using System.IO; |
|
5 | 6 |
using System.Linq; |
6 | 7 |
using System.Threading.Tasks; |
7 | 8 |
using System.Windows; |
... | ... | |
13 | 14 |
/// </summary> |
14 | 15 |
public partial class App : Application |
15 | 16 |
{ |
17 |
/// <summary> |
|
18 |
/// Application Data Folder |
|
19 |
/// </summary> |
|
20 |
public static string AppDataFolder |
|
21 |
{ |
|
22 |
get |
|
23 |
{ |
|
24 |
return Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData), "MARKUS"); |
|
25 |
} |
|
26 |
} |
|
16 | 27 |
} |
17 | 28 |
} |
내보내기 Unified diff