Thank you that is very helpful, but is there a way to find the filepath without using the Plug-In.
The current string that i use to locate the files is
select mp3.FileName, SMS_G_System_SYSTEM.Name from SMS_R_System inner join SMS_G_System_SoftwareFile as mp3 on mp3.ResourceID = SMS_R_System.ResourceId inner join SMS_G_System_SYSTEM on SMS_G_System_SYSTEM.ResourceID = SMS_R_System.ResourceId where mp3.FileName like "%mpg%" order by mp3.FileName DESC
however this string only finds the mp3 or mpg files it does not report the filepath.
Thank you