Question absolute path inside the library

ctoman

New Member
I'm just asking, probably not possible, however, have to ask, you never know.

I read the documentation and did not see a flag or switch to include the director in the Library.

Can a procedure library show absolute path?

the ERP I'm working with looks for the directory/program name.
ex:
axs/a.r
adm/b.r etc.

ERP AXIS 5.1 - very old
OE 10.2B08 - very old
Ubuntu 16 - very old.

I'm working on MGMT to upgrade all three.

Thanks,
 
Last edited:

Rob Fitzpatrick

ProgressTalk.com Sponsor
Can a procedure library show absolute path?
I'm not sure I'm following you. Do you mean "can .r files in a procedure library have relative paths"? If so, yes.

Like this:

1681417176775.png

Sample command to create it: prolib demo.pl -create -add aa/*.r bb/*.r
 
Top