func getPathTemp() (path string) {
	folder := new(gowin.ShellFolders)
	path = filepath.Join(folder.Documents(), "gonwjs")
	return
}