Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
J.S.Schulte
Posted - 08/25/2010 : 06:11:05 AM Hello,
is there a system variable storing the last path or last project opened in Origin?
I have created a worksheet with an import- and save-button and some automatic routines. Every time I open the project and hit the import button the standard path is chosen and I have to click through several folders to reach the desired file/path. It would be great to imbed a function that the last path is chosen where I have stored files.
Anyone any idea?
1 L A T E S T R E P L I E S (Newest First)
VincentLiu
Posted - 08/26/2010 : 02:17:57 AM You could use the following command to get the path for the last project opened in Origin
system.path.origin$=;
If you cannot find commands from the LabTalk help file (select Help: Programming: LabTalk to get it) to get other paths, you may need to write scripts to get them.