how to get the temp folder path in a binary addon
#1
Hi,

does anybody know how i can get the path of the kodi temp folder in a binary addon.

thx
Mario
Reply
#2
(2020-04-03, 22:21)Mario.Pink Wrote: Hi,

does anybody know how i can get the path of the kodi temp folder in a binary addon.

thx
Mario

self.temporaryfolder = xbmc.translatePath('special://temp'):
self.temporaryfolder = xbmc.translatePath('special://temp')
does this answer the question ?
Reply
#3
(2020-04-24, 19:11)sitro Wrote:
(2020-04-03, 22:21)Mario.Pink Wrote: Hi,

does anybody know how i can get the path of the kodi temp folder in a binary addon.

thx
Mario
self.temporaryfolder = xbmc.translatePath('special://temp'):
self.temporaryfolder = xbmc.translatePath('special://temp')
does this answer the question ? 

yes thank you
Reply
#4
(2020-05-07, 17:29)Mario.Pink Wrote: yes thank you 

You're welcome
Reply

Logout Mark Read Team Forum Stats Members Help
how to get the temp folder path in a binary addon0