How do I get a parent of a directory, for example:
string upDir = GetOneLvlUp(@"C:AAABBBCCCDDD");
Output: C:AAABBBCCC
See Question&Answers more detail:osHow do I get a parent of a directory, for example:
string upDir = GetOneLvlUp(@"C:AAABBBCCCDDD");
Output: C:AAABBBCCC
See Question&Answers more detail:os