One of the big takeaways from last night's user group meeting was Path.Combine. This method allows you to combine file paths without worrying about the separator character! It will add the separator if there isn't one in the method's arguments. Great for user-entered values. Check out the Path class documentation for more info.