Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
pawe84
Creator
Creator

get only the folder names

Hi everyone,

I have a lot of folders inside this structure, e.g.

X:\MyProject\FOLDER_A\

Inside FOLDER_A there a folders with different names like:

Customer1

CustomerA

Customer4000

Subfolder1

AnotherFolder

ABC

XYZ

JohnDoe

etc.

Is there a way to get the path for each folder and write it into a text file like:

X:\MyProject\FOLDER_A\Customer1

X:\MyProject\FOLDER_A\CustomerA

X:\MyProject\FOLDER_A\Customer4000

X:\MyProject\FOLDER_A\...

Thanks for any hints.

Labels (2)
1 Solution

Accepted Solutions
pawe84
Creator
Creator
Author

I got it, I didn't see the option inside the tFileList componend for directories.

View solution in original post

1 Reply
pawe84
Creator
Creator
Author

I got it, I didn't see the option inside the tFileList componend for directories.