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!
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:\
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)
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 ?
looking forward to your reply:smile:
Getting names from directory.xaml (10.2 KB)
Try this. Tell me if this works
Did you get the result using recursive