Re: Problems with the installation of New Vray - missing toolbars
no, this hasn't been resolved yet, we are still investigating the issue.
no, this hasn't been resolved yet, we are still investigating the issue.
# This function should only be called on Windows - this path won't exist on Mac def getWindowsASGVISFolder() # On Vista we use ProgramData return "#{ENV['ProgramData']}/ASGVIS" if ENV["ProgramData"] != nil return "#{ENV['ALLUSERSPROFILE']}/Application Data/ASGVIS" end
# This function should only be called on Windows - this path won't exist on Mac def getWindowsASGVISFolder() # On Vista we use ProgramData return "#{ENV['ProgramData']}/ASGVIS" if ENV["ProgramData"] != nil return "#{ENV['ALLUSERSPROFILE']}/Datos de Programa/ASGVIS" end
return "#{ENV['ALLUSERSPROFILE']}/Application Data/ASGVIS"
return "#{ENV['ALLUSERSPROFILE']}/Anwendungsdaten/ASGVIS"
return "#{ENV['ALLUSERSPROFILE']}/Datos de programa/ASGVIS"
Comment