Get the path of the Origin file
GetPath(nPathType = PATHTYPE_PROJECT)
Returns the full folder path as a string
EX1
import PyOrigin UFFpath=PyOrigin.GetPath(2) print(UFFpath) #output the path of the User File Folder