Page 1 of 1

scribble pad : automated file name possible ?

Posted: April 3rd, 2018, 5:32 am
by bhavu8150
Hi,

As per project requirement execute scribble pad via execsystem but how can i capture automated filename of .png image.

if it is possible please share the example of that type application or logic..

Thanks in advance,
Bhavesh

Re: scribble pad : automated file name possible ?

Posted: April 3rd, 2018, 7:36 am
by Gregory Martin
I haven't used that application, but if you know what directory the program saves images, you might be able to use the dirlist function to get a listing of all of the files in that directory. If the program saves the files using a date naming scheme, then the last saved file will probably be the last file in the results from dirlist.

Re: scribble pad : automated file name possible ?

Posted: April 4th, 2018, 2:27 am
by bhavu8150
Hi Gregory Martin,

Thanks a ton for quick reply, but i think this options is little bit risky because multiple enumerator's working on this study. so that there is chance to create duplicate images...

Thanks & Regards,
Bhavesh