cancel
Showing results for 
Search instead for 
Did you mean: 

WDAppication file resource path

Former Member
0 Kudos

Hi All,

i have a requirement to get the file path of the WDApplication stored at Server side.i have used the folowing code to get the path but it is giving from the temp location...

WDURLGenerator.getResourcePath( wdComponentAPI.getDeployableObjectPart(),View.FILE_NAME);

but i want ,

the path from the Root location like

😧
usr\sap...

please help me how to achieve this.

Thanks,

Ramani.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ramani

Due to security reason you will not be able to get the entire path. where as you can get the file name by wdURLGenerator .

Regards

Noel

Former Member
0 Kudos

Hi Noel,

but we are able to get in the pdk.

request.getPrivateResourcePath();

thanks,

Ramani.