8.2.18 GetRootFolder
It is recommended that you switch to the originpro package. PyOrigin is primarily for users who need to work with Origin version prior to 2021. |
Contents
Description
Get the root folder of the project.
Syntax
GetRootFolder()
Parameters
Return
RootFolder
Examples
import PyOrigin RootFolder=PyOrigin.GetRootFolder() print(RootFolder.GetName())