scribble pad : automated file name possible ?

Discussions about creating CAPI applications to run on Android devices
Forum rules
New release: CSPro 8.0
Post Reply
bhavu8150
Posts: 8
Joined: August 5th, 2016, 1:23 am

scribble pad : automated file name possible ?

Post 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
Gregory Martin
Posts: 1777
Joined: December 5th, 2011, 11:27 pm
Location: Washington, DC

Re: scribble pad : automated file name possible ?

Post 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.
bhavu8150
Posts: 8
Joined: August 5th, 2016, 1:23 am

Re: scribble pad : automated file name possible ?

Post 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
Post Reply