Hi Guys,This is not workingconcat("c:\", getDocAttribute(/process_data/@inputDoc,"filename"),"pdf")The inputDoc variable is a document.I've tried to use "filename", "wsfilename" and it doesn't work.With "filename" it works, but only show me string "pdf", and i want to add the filename to "pdf".How c...