Issue in using "pathname of client folder of current site"

(imported topic written by VS6591)

Hi,

I was using the variable “pathname of client folder of current site” in a copy command (copy “{(“pathname of client folder of current site”) & “__Download\testappl.exe”}” “C:\testappl.exe”. It was working fine.

Recently I was asked to change the “Create in site” value in the tasks to “Development Group”.

Since then whenever a file is downloaded from BigFix server, it gets downloaded to the folder C:\Program files\BES Client__BES Data\CustomSite_Development_Group__Download\

When I use “pathname of client folder of current site” now, the task is not completed it shows failed. So,currently I am using the entire path (above mentioned) to copy the file.

Can’t I use the variable in this case?

Thanks

VS

(imported comment written by BenKus)

Which line of the action fails? You might want to look at the client log file to see the line that failed and the error message…

I think there is an extra set of quotes in your relevance… it should be:

copy “{(pathname of client folder of current site) & “__Download\testappl.exe”}” "C:\testappl.exe

Ben