
Announcements
Hi,
I am traying to get the files name from folder, so I made the fallowing
at Action 6 I get the files in folder, but I do not know how to get file name for full list at action 7
after ththis I need the the list of files name to be posted at an Excel file.
can this be done? or is thier better way to do it?
Thanks
For each %CurrentItem% in Files
Write %CurrentItem.Name% to Excel
End
The datatype property for getting just the file name is .Name.
Best of Luck!