I'm returning nothing when I search the correct path for a long filename with spaces in it. It's an exact filename.ext, but still I get nothing. Any ideas? If someone has an alternative method please post it. I've noticed some of the file handling identifiers are extremely finicky.
on *:TEXT:@Mytrigger*:*:{
var %t,%u
%t = $remove($1-,@Mytrigger $+ $chr(32))
echo Searching %t
%u = $findfile(g:\ogg,$+(",%t,"),0,/echo $1- found.)
echo Done.
}