I'll get a Full filepath(FilePath and FileName) from a variable (@[User::V_FullPath]
) as C:/Users/ABCD/Documents/Development/SampleFile.txt
I have a file with the same name but with .xlsx
(SampleFile.xlsx
) in another folder(A) that I want to copy to another folder(B)
To get just the filename I'm using the expression:
SUBSTRING(@[User::V_FullPath],37,47)
How can I append .xlsx
to the above expression
My goal is to get SampleFile.xlsx