For consistency it's probably a good idea to always use backslashes for local paths. AppPath returns a path with backslashes, so if you append forward slashes you end up with a path like this:
C:\Games\MyGame\pictures/file.png
Luckily Windows can work out what this means but I'd stick with backslashes all the way through to be on the safe side...