Hi all,
Im new to bridge scripting
I can code in actionscript, javascript so I should not have problems, but before getting in on it I'd like to know if the following is possible:
I'd like to do a script that:
- ask the user for a date (ddmm, for example=1907)
- ask the user for a folder on my pc
- for each Photocamera connected:
- read a file inside the photocamera (in DCIM) named id.txt (a file that I placed manually)
- read the content of the file and extract a string from it (the ID, let's say = "34")
- read all subdirs contained in DCIM
- find the subdir that ends with the provided date (for example: 107_1907)
- copy all files from that subdir to the folder in my PC (set at the beginning) renaming files as hhmmss_ID.jpeg (hhmmss=picture creatione time) for example=124028_34.jpeg
is this possible?
thanks