How to implement recursive methods

what is recursive?
Using the function’s own method in the definition of a function

How to implement recursive methods?

I need a demo.

Thank you!

I want to get all the name of files and folders in my C:\

1 Like

hi @jmy this worklow will give you the names of files and folders in your C drive:
Getting names from directory.xaml (8.1 KB)
:slight_smile:

I want to get all,it must use loop.
not just one layer

You mean you also want to get the name of files inside the folders in C drive?

yes
and where are you from

I am very glad to get your reply now

HI! Does that matter ? :stuck_out_tongue:

looking forward to your reply:smile::smile:

Getting names from directory.xaml (10.2 KB)

Try this. Tell me if this works :slight_smile:

Did you get the result using recursive