How can i add a varying filename at the end of a constant file path?
Eg:
Variable containing file name is varfile (say varfile=newfile)
File path is C:\Test\
I want to access newfile which can be done as
C:/\Test/\newfile
But instead of directly accesing the newfile i want to access it through variable varfile?
How to add this varfile at the end of file path( C:/\Test/\ )