How to Copy the Project file in StudioX?

I am currently working on a document automation project at StudioX. I want to copy the project as it is, but StudioX Tool doesn’t have the ability to replicate the entire project file as it is. Is there a function to replicate the entire project file as it is?
Please Let me know Thanks :slight_smile:

Hi

You can zip the entire project and put that as an object in your document file
For that
In studioX → design tab → project → click drop down and open project folder → once u reach there you can find all the files and you can compress all of them in a zip file

Cheers @rosshild21

Hello @rosshild21

  1. Define source and destination folder paths.
  2. Check if the source folder exists.
  3. Create the destination folder if it doesn’t exist.
  4. Copy all files and subdirectories from source to destination.
  5. Handle any errors or exceptions.

Thanks & Cheers!!!