Gets the active folder in the project.
ActiveFolder()
The active Folder.
import PyOrigin Folder=PyOrigin.ActiveFolder() FolderPath=Folder.Path() #show the avtive folder path in project print("The path of the folder is: %s" % (FolderPath))