Is there an easy way to move a storagefolder from one location to another? I know it can be easily done with a storage file so I could do it myself but I'm thinking I've probably just missed something really obvious.
I don't think you're missing anything. StorageFolder doesn't provide a Move method, so if you want to move it to a different location (rather than just renaming it) you'll need to create a new folder and then move the contents.
--Rob
Marked as answer byMin ZhuMemberTuesday, March 20, 2012 6:37 AM