Questions
Try
string fileName = "test.txt"; FileInfo f = new FileInfo(fileName); string fullname = f.FullName;
~ Answered on 2012-11-01 11:19:31