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

AddThumbsFile() private method

private AddThumbsFile ( string bookFolderPath ) : void
bookFolderPath string
return void
        private void AddThumbsFile(string bookFolderPath)
        {
            File.WriteAllText(Path.Combine(bookFolderPath, "thumbs.db"), "test thumbs.db file");
        }