I have a folder contain xml files and each file name has date and time. I want to open/read from the latest file I’m not sure how to specify the path can you help please?
file = Nokogiri::XML (File.open(“SRV01docxmltest-fileDDMMYYHHMMSS-X1))
Thanks