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