Bloom.Book.BookMetaData.WriteToFolder C# (CSharp) Метод

WriteToFolder() публичный Метод

public WriteToFolder ( string bookFolderPath ) : void
bookFolderPath string
Результат void
        public void WriteToFolder(string bookFolderPath)
        {
            RobustFile.WriteAllText(MetaDataPath(bookFolderPath), Json);
        }