HyperX.Scripting.Python.Api
The HyperX Scripting Library for Python
Loading...
Searching...
No Matches
hyperx.library.find Namespace Reference

Functions

str|None _TryGetEnvInstallFolder ()
 Looks for the HyperX installation folder in the environment variables.
str|None _TryGetRegistryInstallFolder (int keyType)
 Attempts to find the HyperX install folder in either the current user or local machine registry.
str AutoDetectInstallFolder ()
 Gets the installation directory of the most recently installed HyperX.

Variables

str C :\Dev\HyperX\HyperX\HyperX.Scripting\Python Docs>python custom_filter.py "C:/Dev/HyperX/HyperX/HyperX.Scripting.Wrapper/hyperx/library/find.py"

Function Documentation

◆ _TryGetEnvInstallFolder()

str | None hyperx.library.find._TryGetEnvInstallFolder ( )
protected

Looks for the HyperX installation folder in the environment variables.

◆ _TryGetRegistryInstallFolder()

str | None hyperx.library.find._TryGetRegistryInstallFolder ( int keyType)
protected

Attempts to find the HyperX install folder in either the current user or local machine registry.

◆ AutoDetectInstallFolder()

str hyperx.library.find.AutoDetectInstallFolder ( )

Gets the installation directory of the most recently installed HyperX.

The order of locations searched is:

  • environment variable
  • current user registry (if installed 'for this user only')
  • local machine registry (if installed 'for all users')

Variable Documentation

◆ C

str hyperx.library.find.C :\Dev\HyperX\HyperX\HyperX.Scripting\Python Docs>python custom_filter.py "C:/Dev/HyperX/HyperX/HyperX.Scripting.Wrapper/hyperx/library/find.py"