I want to find a TXT in the current folder where the sequence is.Because the TXT name is not fixed,so every time I need to search and then get the path.
But FIndFile() cannot support a *.txt like below:
FindFile("*.txt", True, Locals.Path, 3)
Anyone has a solution?
Thanks!