Method: AsProject::WinUser#library
- Defined in:
- lib/path_finder.rb
#library ⇒ Object
468 469 470 471 472 473 474 475 476 |
# File 'lib/path_finder.rb', line 468 def library # For some reason, my homepath returns inside 'My Documents'... application_data = File.join(home, @@LOCAL_SETTINGS, @@APPLICATION_DATA) if(File.exists?(application_data)) return application_data else return super end end |