Method: NovelConverter.stash_aozora_fonts_directory
- Defined in:
- lib/novelconverter.rb
.stash_aozora_fonts_directory ⇒ Object
61 62 63 64 65 |
# File 'lib/novelconverter.rb', line 61 def self.stash_aozora_fonts_directory fonts_path = File.join(File.dirname(Narou.get_aozoraepub3_path), "template/OPS/fonts") return unless File.exists?(fonts_path) FileUtils.mv(fonts_path, fonts_path + "_hide") end |