cancel
Showing results for 
Search instead for 
Did you mean: 

File Explorer in webdynpro

Former Member
0 Kudos

hi ,

i want to show the file directory structure in a tree format , just like Windows explorer.

can anyone suggest what APIs/JARs i need to import to get the names of the files & folder in underlaying directory structure.

Regards,

Ashish

Accepted Solutions (1)

Accepted Solutions (1)

detlev_beutner
Active Contributor
0 Kudos

Hi Ashish,

I hope you want to present the servers structure, not the clients. For you don't have access for client file system information.

If this is the case (presenting the servers information), it would just be standard Java I/O (main object would be <i>File</i>9, nothing very special.

Hope it helps

Detlev

Former Member
0 Kudos

Hi Detlev,

i want to present the clients file structure , is it possible or not ??

if yes then tell me how???

anyways thanks for the reply.

Ashish

detlev_beutner
Active Contributor
0 Kudos

Hi Ashish,

no, as clearly stated:

<i>... not the clients. For you don't have access for client file system information.</i>

Hope it helps nevertheless

Detlev

PS: Please consider rewarding points for helpful (even if frustrating) answers on SDN. Thanks in advance!

Answers (0)