C# Класс sb.Core.Utils.Fs

Показать файл Открыть проект

Открытые методы

Метод Описание
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