Component Designer

  • Thread starter Thread starter Mule Skinner
  • Start date Start date
M

Mule Skinner

When adding Files (Folder with Multiple Files) to a component, Is there an
easy way to change the target path on all the files at once.

In other words, Component designer uses the folder path on my development
machine, which is nowhere near the same as the target machine. I have to go
and edit the target path on each and every file.

From seeing the behaviour, I guess I could make my Target and Development
machines have the same paths, but that sure seems counter productive as it
just gives me more paths to keep up with.

Say on the development machine, I have:

C:\Dev\ProgramX\Lib\

and I want to add all the files in that directory, but on the target, I want
them at:

c:\program files\ProgramX\Lib\

Am I missing some technique here?

Richard
 
Since CD doesn't care if the feature is working or not, temporarily xcopy
the "programx\lib" folder structure to the Program Files folder. Then browse
to it from CD, Add all files in Folder and you're done. You can then delete
that temporary folder from Program Files.
 
Back
Top