Page 1 of 1
How to confirm file existence?
Posted: 15 Dec 2015 02:14
by Scott
Is there a way to confirm the presence of a file?
Re: How to confirm file existence?
Posted: 16 Dec 2015 20:01
by Martin
Hi,
You can either use action Init Variables File Info and check variable file_exists afterwards or you can use script function existsFile("/storage/emulated/0/file.txt").
Regards,
Martin