Closed slomanl1 closed 6 years ago
If I insert the following code snippet into my .py file to be executed by the addon:
'f = open('/share/myfile.txt', 'w') f.write('hi there\n') f.close()'
The file myfile.txt is neither created nor written in the /share directory
If I insert the following code snippet into my .py file to be executed by the addon:
'f = open('/share/myfile.txt', 'w') f.write('hi there\n')
f.close()'
The file myfile.txt is neither created nor written in the /share directory