C# Class sb.Core.Utils.Fs

显示文件 Open project: slicebuild/sb

Public Methods

Method Description
ReplaceFileName ( this path, string newName ) : string
RunProcess ( string name, string args, IList stdout ) : void

Method Details

ReplaceFileName() public static method

public static ReplaceFileName ( this path, string newName ) : string
path this
newName string
return string

RunProcess() public static method

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