Its a string that you fill with the filename. In your example:
Code:
"C:\Published Program\john.txt"
You will have to write code to remove "john.txt" and store it in strFileNameWithoutPath.
Its called parsing a path.