Bloom.Book.BookMetaData.WriteToFolder C# (CSharp) Method

WriteToFolder() public method

public WriteToFolder ( string bookFolderPath ) : void
bookFolderPath string
return void
        public void WriteToFolder(string bookFolderPath)
        {
            RobustFile.WriteAllText(MetaDataPath(bookFolderPath), Json);
        }