C# Class sb.Core.Utils.Fs

Afficher le fichier Open project: slicebuild/sb

Méthodes publiques

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

Method Details

ReplaceFileName() public static méthode

public static ReplaceFileName ( this path, string newName ) : string
path this
newName string
Résultat string

RunProcess() public static méthode

public static RunProcess ( string name, string args, IList stdout ) : void
name string
args string
stdout IList
Résultat void