Playmaker Forum

PlayMaker Feedback => Action Requests => Topic started by: fis on April 15, 2011, 12:26:23 PM

Title: Upgrade Take Screenshot action
Post by: fis on April 15, 2011, 12:26:23 PM
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)+"/";

Title: Re: Upgrade Take Screenshot action
Post by: Raknill on June 07, 2016, 11:09:38 PM
This would be very useful. As it stands, the Take Screenshot command is pretty obtuse.