Problem importing component

  • Thread starter Thread starter Ploumen Loic
  • Start date Start date
P

Ploumen Loic

Hello,
I'm creating a component for my application. The creation process is
ok, however when I import my component in TA, it complains about files
not found. When I look in my component repository, files are there but
not subdirectories. When I create a component, how can I include its
subdirectories?
 
Hi Ploumen,

You can't create subfolders.
You must place all files in one flat folder (give them unique names in this folder).
Then you must use valid destination paths in format %x%\destfile
%x% - is the folder where your file should be written.

Regards,
Slobodan
 
Back
Top