BloomTests.CollectionTab.LibraryModelTests.AddPdfFile C# (CSharp) Method

AddPdfFile() private method

private AddPdfFile ( string bookFolderPath ) : void
bookFolderPath string
return void
        private void AddPdfFile(string bookFolderPath)
        {
            File.WriteAllText(Path.Combine(bookFolderPath, "xfile1.pdf"), "test pdf file");
        }