using paste and "\" to create a valid filename
Sometimes even the easy stuff is difficult (for me)... I want to get input from different places to paste together an excel filename (so you know I'm using windows) that I can open with RODBC. I know about
Using file.path() might be an easier solution for this (and it will allow your code to work in a cross-platform manner)