Method: Autocad::App#printer_config_paths
- Defined in:
- lib/autocad/app.rb
#printer_config_paths ⇒ Object
679 680 681 |
# File 'lib/autocad/app.rb', line 679 def printer_config_paths ole_preferences_files.PrinterConfigPath.split(";").map { |f| Pathname.new(f) } end |