Possible environment parameters

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Mxt08

Hi,
For a game, I need to get the paths of the user dirs.
What values accepts the OS.get_environment function?
Thanks in advanced

:bust_in_silhouette: Reply From: deaton64
print(OS.get_user_data_dir())
for i in range(0, 8):
	print(OS.get_system_dir(i))