Creating a Symlink

The following file attribute instructs CopyTarget to create a symlink at ${TARGET_DIRECTORY}/link.txt that points to /file.txt, where ${TARGET_DIRECTORY} is the target directory provided to CopyTarget.

fileList:
    - destination: /link.txt
      source:
          pdk_sdk_installed_path: /file.txt
      create_symlink: true