C# 클래스 sb.Core.Utils.Fs

파일 보기 프로젝트 열기: slicebuild/sb

공개 메소드들

메소드 설명
ReplaceFileName ( this path, string newName ) : string
RunProcess ( string name, string args, IList stdout ) : void

메소드 상세

ReplaceFileName() 공개 정적인 메소드

public static ReplaceFileName ( this path, string newName ) : string
path this
newName string
리턴 string

RunProcess() 공개 정적인 메소드

public static RunProcess ( string name, string args, IList stdout ) : void
name string
args string
stdout IList
리턴 void