Hi guys
I have the name of a file stored in a string. How do I append that filename with the size of the file itself and a timestamp. So basically what I am looking for is:

Mystring = filename + filesize + timestamp.
Any ideas are greatly appreciated...
Thanks
JK