Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

List of file in a subdirectory

Avatar

Former Community Member

Hi all,

i'm new to the world of livecycle ..

This example http://help.adobe.com/en_US/livecycle/9.0/programLC/help/index.htm?content=000317.html I was able to read the contents of a folder, now I should be able to read the contents of the subfolders.

In fact, I should be able to read the contents of all the folders inside that application. Can anyone help me?

Thank you ...

1 Accepted Solution

Avatar

Correct answer by
Level 10

Please note that the above example work with the Adobe Repository. If you want to read the files from File System, use "File Utilities->Find" service.

To find sub-folders, you should make a recursive to call to the same service with the sub-folder name.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Please note that the above example work with the Adobe Repository. If you want to read the files from File System, use "File Utilities->Find" service.

To find sub-folders, you should make a recursive to call to the same service with the sub-folder name.