Get the path of the folder in project
Path()
The path of the folder in project
EX1
import PyOrigin Folder=PyOrigin.ActiveFolder() print('The path of the folder is: %s' % Folder.Path())