I've created a function module which takes as its parameter a filename including it's unix path so it is in mixed case.
Problem is, when I call the function module, the filename is always converted to upper case and is therefore unusable.
How can I make the function module keep the text exactly as it is passed?
Thanks!