sample_registry.hsp

sample\basic\sample_registry.hsp » Plain Format

	#include "iron_registry.hsp"
	reg_read HKEY_CURRENT_USER, "Environment", "TEMP", result
	if stat == 0 {
		mes "TEMP = " + result
	}
	mes "exists PATH: " + reg_exists(HKEY_CURRENT_USER, "Environment", "Path")