get_special_folder  503 win32/win32.c      if (!get_special_folder(type, path, numberof(path))) return Qnil;
get_special_folder  515 win32/win32.c      if (!get_special_folder(CSIDL_LOCAL_APPDATA, path, len)) {
get_special_folder  555 win32/win32.c  	else if (get_special_folder(CSIDL_PROFILE, env, numberof(env))) {
get_special_folder  558 win32/win32.c  	else if (get_special_folder(CSIDL_PERSONAL, env, numberof(env))) {