[Stackoverflow] [Progress OpenEdge ABL] Get invoked Progress procedure .p file location at runtime

Status
Not open for further replies.
W

W0lfw00ds

Guest
Lets say I have a simple procedure file in my system:

C:\git\project\helloworld.p

Inside this procedure file, the code needs to know it's location on my system at runtime. So in my computer in this case it would be:

C:\git\project\helloworld.p

In my friend's computer it could be:

D:\codingprojects\project\helloworld.p

Is there any way to resolve the procedure file location at runtime?

Continue reading...
 
Status
Not open for further replies.
Top