Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

loop into a folder to find a specific file

Hello everyone !!

I have here a curious case , can you suggest me a way to find a specific file into a folder , here are the explanations :

in a folder , there are 4 files named this way :

xxxx_dd_mm_yyyy_abcde.csv

xxxx_dd_mm_yyyy_fghij.csv

xxxx_dd_mm_yyyy_klmnop.csv

xxxx_dd_mm_yyyy_rstuvx.csv

I'd like to load xxxx_dd_mm_yyyy_klmnop.csv

thing is a I used a variable file path :'*rstuvx.csv' , and that thing doesn't work.

So now, all I know, is dd_mm_yyyy are changing every week, so i'd would not use any variable to load the file I'm looking for .

Any clue about it?

1 Reply
m_woolf
Master II
Master II

load

     *

from YourFilePath\*klmnop.csv

...