8.1.9.4 Folder::Path
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 path of the folder in project
Syntax
Path()
Parameters
Return
The path of the folder in project
Examples
EX1
import PyOrigin Folder=PyOrigin.ActiveFolder() print('The path of the folder is: %s' % Folder.Path())