Is there a way to get a list of file names in a given folder fetched in a manner such that the names that are being repeated appear only once (no matter how many times they are actually repeated)?
Code: Select all
AAAA.txt
AAAA.txt
AAAA.txt
B.txt
B.txt
CCC.txt
CCC.txt
CCC.txt
CCC.txt
D.txt
Code: Select all
AAAA.txt
B.txt
CCC.txt
D.txt