Class: AsProject::VistaUser
Instance Method Summary collapse
Methods inherited from WinUser
#asproject_home, #flash_player_home, #flash_player_path, #initialize, #library, #mxmlc, #remote_file_task
Methods inherited from User
#asproject_home, #asproject_player_trust, #downloads, #file_exists?, #flash_player_config, #flash_player_config_content, #flash_player_home, #flash_player_log, #flash_player_path, #flash_player_trust, #get_or_create, #get_player_url, #initialize, #library, #mxmlc, #remote_file_task
Constructor Details
This class inherits a constructor from AsProject::WinUser
Instance Method Details
#home ⇒ Object
519 520 521 522 523 524 525 |
# File 'lib/path_finder.rb', line 519 def home profile = ENV['USERPROFILE'] if(profile) return profile end return super end |