Hi all,
Just doing some very basic testing here as I'm new to C# and MP dev. I write mainly C++ for Arduino's.....anyways:-
To demonstrate my problem, no matter what I do it just can't see the file.
Any ideas? (be gentle with me!)
Ian.
Just doing some very basic testing here as I'm new to C# and MP dev. I write mainly C++ for Arduino's.....anyways:-
To demonstrate my problem, no matter what I do it just can't see the file.
Code:
if (File.Exists("C:/Program Files/Team MediaPortal/MediaPortal/test.txt"))
{
System.Media.SystemSounds.Question.Play();
}
Any ideas? (be gentle with me!)
Ian.