I'd like to have an option to select a folder for screenshots. In Play mode I mean.
P.S.
The current Take Screenshot action doesn't work under Windows7, or maybe I don't know where to looking for the images.
To save images to users Pictures folder I have changed the line
string screenshotPath = Environment.GetFolderPath(Environment.SpecialFolder.MyPictures)+"/";
to
string screenshotPath = System.Environment.GetFolderPath(System.Environment.SpecialFolder.MyPictures)+"/";