BloomTests.Book.BookStarterTests.GetPathToHtml C# (CSharp) Метод

GetPathToHtml() приватный Метод

private GetPathToHtml ( string bookFolderPath ) : string
bookFolderPath string
Результат string
        private string GetPathToHtml(string bookFolderPath)
        {
            return Path.Combine(bookFolderPath, Path.GetFileName(bookFolderPath))+".htm";
        }
BookStarterTests