I’m struggling to find any reference to this but I have a name of a file in the clipboard that I want to find in folder. Its only the name so has no extension, I need to reveal it the file ideally not using spotlight as it would be used to search folders on a server volume. (Windows based)
set theFile to clipContents
tell application "Finder"
reveal theFile
end tell