Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

function - check path - application server or presentation server

Former Member
0 Likes
442

Hi Gentlemen!!

I'm looking for a function to export a path and return if the path belongs of an application server or an presentation.

thanks.

Polak.-

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
413

Check this FM might be helpful-

FM DX_FILE_EXISTENCE_CHECK

2 REPLIES 2
Read only

Former Member
0 Likes
413

You can just check if the second character of the path variable is a ':'

IF yes then presentation server

else application server.

Read only

amit_khare
Active Contributor
0 Likes
414

Check this FM might be helpful-

FM DX_FILE_EXISTENCE_CHECK