Are both files returned by:
FileNames["*.txt", Directory[]]
And if so, does:
file=Part[FileNames["*.txt", Directory[]],1];
Import[file]
and so on for each position (presumably there will be two based on your screenshot) work?
Btw, using file names like "a.txt" or "b.txt" would be kinder for demonstration purposes here.