playMaker

Author Topic: Upgrade Take Screenshot action  (Read 3523 times)

fis

  • Playmaker Newbie
  • *
  • Posts: 12
Upgrade Take Screenshot action
« 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)+"/";

« Last Edit: April 15, 2011, 01:23:28 PM by fis »

Raknill

  • Playmaker Newbie
  • *
  • Posts: 20
Re: Upgrade Take Screenshot action
« Reply #1 on: June 07, 2016, 11:09:38 PM »
This would be very useful. As it stands, the Take Screenshot command is pretty obtuse.