프로젝트

일반

사용자정보

개정판 f22054ff

IDf22054ffe225b1f305f8de7ac1940ddd89ee549f
상위 15210c88
하위 93d1b5d6

김태성이(가) 5년 이상 전에 추가함

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