Guest User

Untitled

a guest
Jun 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. string inputFile =
  2. Directory.GetParent(Directory.GetCurrentDirectory()).Parent.FullName +
  3. "\InputFiles\" + config.country + ".txt";
  4. inputFile = inputFile.Replace(@"\", @"");
Add Comment
Please, Sign In to add comment