개정판 f22054ff
Markus Monitor Service 추가
Change-Id: I384e98ba411d84c908a21d9afac31f936abf7670
ConvertService/ServiceBase/Markus.Service.Extensions/Exntensions/Process.cs | ||
---|---|---|
71 | 71 | |
72 | 72 |
private static string ProcessWorkingDirectory(string commandLine) |
73 | 73 |
{ |
74 |
if (IO.FileExists(commandLine.Replace("\"", ""))) |
|
75 |
{ |
|
76 |
var file = new System.IO.FileInfo(commandLine.Replace("\"", "")); |
|
77 |
return file.DirectoryName; |
|
78 |
} |
|
79 | ||
74 | 80 |
var splitCommand = commandLine.Split(' '); |
75 | 81 |
string filePath = ""; |
76 | 82 |
내보내기 Unified diff