I have accessed to Pepper robot via ssh. My intention is to find the project folder to see where files are created when the robot create a file via
file = open('test.txt', 'w')
file.write('testing how to save project data')
file.close()
the problem is that I don't know where is saved the project, anyone knows in which path is?