A question regarding the syntax how to call a function
For some functions, for example, GetFileName, I need to call it like ${GetFileName}. But for other functions, for example, CopyFiles, I can simply call it like CopyFiles. Why'd we have such a difference in calling a function? Thanks.