2012-07-06 41 views

Trả lời

29
upDir = Directory.GetParent(path).FullName; 
6
string path = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location); 
string parentDir = Directory.GetParent(path).FullName; 
Các vấn đề liên quan