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