home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
file.exists problem
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="IanJ" data-source="post: 751078" data-attributes="member: 107764"><p>Hi all,</p><p></p><p>Just doing some very basic testing here as I'm new to C# and MP dev. I write mainly C++ for Arduino's.....anyways:-</p><p></p><p>To demonstrate my problem, no matter what I do it just can't see the file.</p><p></p><p>[CODE]</p><p> if (File.Exists("C:/Program Files/Team MediaPortal/MediaPortal/test.txt"))</p><p> {</p><p> System.Media.SystemSounds.Question.Play();</p><p> }</p><p>[/CODE]</p><p></p><p>Any ideas? (be gentle with me!)</p><p></p><p>Ian.</p></blockquote><p></p>
[QUOTE="IanJ, post: 751078, member: 107764"] 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. [CODE] if (File.Exists("C:/Program Files/Team MediaPortal/MediaPortal/test.txt")) { System.Media.SystemSounds.Question.Play(); } [/CODE] Any ideas? (be gentle with me!) Ian. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
file.exists problem
Contact us
RSS
Top
Bottom