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, #initialize, #library, #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, #remote_file_task

Constructor Details

This class inherits a constructor from AsProject::WinUser

Instance Method Details

#homeObject



493
494
495
496
497
498
499
# File 'lib/path_finder.rb', line 493

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