[Solved] C# Replace variable (direction) to single word ( mapping ) [closed]
Something like this: string a = “C:/aaa/bbb/eee.txt”” ; string b = a.Replace(“C:/aaa/bbb/”, “OUT:/”); solved C# Replace variable (direction) to single word ( mapping ) [closed]