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

GetNewVaccinationsBookPath() private method

private GetNewVaccinationsBookPath ( ) : string
return string
        private string GetNewVaccinationsBookPath()
        {
            var source = Path.Combine(BloomFileLocator.SampleShellsDirectory, "Vaccinations");

            var path = GetPathToHtml(_starter.CreateBookOnDiskFromTemplate(source, _projectFolder.Path));
            return path;
        }
BookStarterTests