Method: AsProject::User#asproject_player_trust
- Defined in:
- lib/path_finder.rb
#asproject_player_trust ⇒ Object
355 356 357 358 359 360 |
# File 'lib/path_finder.rb', line 355 def asproject_player_trust if(!File.exists?(flash_player_trust)) raise UsageError.new('Could not find the main Flash Player Trust folder at: ' + flash_player_trust) end return File.join(flash_player_trust, 'asproject.cfg') end |