BloomTests.Book.BookStarterTests.GetPathToHtml C# (CSharp) Method

GetPathToHtml() private method

private GetPathToHtml ( string bookFolderPath ) : string
bookFolderPath string
return string
        private string GetPathToHtml(string bookFolderPath)
        {
            return Path.Combine(bookFolderPath, Path.GetFileName(bookFolderPath))+".htm";
        }
BookStarterTests