Class: AsProject::VistaUser

Inherits:
WinUser show all
Defined in:
lib/path_finder.rb

Instance Method Summary collapse

Methods inherited from WinUser

#asproject_home, #flash_player_home, #flash_player_path, #flash_player_trust, #initialize, #library, #remote_file_task

Methods inherited from User

#asproject_home, #downloads, #fetch_player, #file_exists?, #flash_player_config, #flash_player_config_content, #flash_player_debug, #flash_player_home, #flash_player_log, #flash_player_path, #get_or_create, #get_player_url, #initialize, #library, #remote_file_task

Constructor Details

This class inherits a constructor from AsProject::WinUser

Instance Method Details

#homeObject



487
488
489
490
491
492
493
# File 'lib/path_finder.rb', line 487

def home
  profile = ENV['USERPROFILE']
  if(profile)
    return profile
  end
  return super
end