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);
        }