lime_tbx.persistence.local_storage.programdata module

Module in charge of obtaining the path for the programfiles folder and the appdata folder.

It exports the following functions:
  • get_programfiles_folder() - Get the path of the programfiles folder as a string.

  • get_appdata_folder() - Get the path of the appdata folder as a string.

lime_tbx.persistence.local_storage.programdata.get_appdata_folder() str[source]
lime_tbx.persistence.local_storage.programdata.get_programfiles_folder() str[source]