I am trying to create a script for my classes that will copy 2 files (templates) as soon as I create a folder. Something like this:
- Create new folder /new_student/ in the folder Google_drive/customer_class_b/
- Copy the files student_guidelines.gdoc and student_acknowledgement.gdoc from Google_drive/resources to Google_drive/customer_class_b/
- Rename the files student_guidelines.gdoc and student_acknowledgement.gdoc to student_guidelines_class_b.gdoc and student_acknowledgement_class_b.gdoc
Result should be having 2 files: Google_drive/customer_class_b/student_guidelines_class_b.gdoc and Google_drive/customer_class_b/student_acknowledgement_class_b.gdoc
I tried to play with the scripts but I am struggling. Any idea of how we could do so?