Hi,
How I get just the file names that with the extension ‘.edf’ from a directory in robot framework?
${Path} = Set Variable C:/Data_Batchs_EDF
@{files}= List Files In Directory ${Path}
This code gives all the files. but I need just the files with the extension ‘.edf’