The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 LabTalk Forum
 file-directory (path)
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

abreiti

Germany
Posts

Posted - 08/11/2008 :  08:00:13 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Dear forum members,

I'm always confused with the directories. Is there a possibility to get the actualy directories/path from the open menu, the ascimport menu, the save-as menu, ...

These direchtsories mustn't be the same. That's why I guess there are some variables with the file path, but which one?

Thanks,

abreiti


greg

USA
1380 Posts

Posted - 08/12/2008 :  12:50:31 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Various options relating to these properties are found in Tools : Options : [File Location].

You can programmatically access this information as well:

SYSTEM.FILEEXT.ACTIVEGROUP$=ORIGIN;
%A=SYSTEM.FILEEXT.DEFPATH$;
Type Origin File Open using %A;
%A=SYSTEM.FILEEXT.SAVEPATH$;
Type Origin File Save using %A;

SYSTEM.FILEEXT.ACTIVEGROUP$=ASCII;
%A=SYSTEM.FILEEXT.DEFPATH$;
Type ASCII File Import using %A;

SYSTEM.FILEEXT.ACTIVEGROUP$=CSV;
%A=SYSTEM.FILEEXT.DEFPATH$;
Type CSV File Import using %A;
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000