I have this peace of code:
string modz = Regex.Replace(mod, Directory.GetCurrentDirectory(), "");
mod
string is essentially like this:
C:\Users\USER\Documents\SharpDevelop Projects\Project\Project\bin\Debug\BALZOO.jar
and i want it to be BALOO.jar
or just BALZOO
.