How to check if the Uri (ringtone) exists

drachmad

Member
Licensed User
Longtime User
Dim rm As RingtoneManager
Dim mp As MediaPlayer
If File.Exists(rm.GetContentDir, Uri) - always false
mp.Load(rm.GetContentDir, Uri) - success

Thanks for any help.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…