Hi Everyone,
I am creating a vb.net application, and i'm almost done. Except for one
problem. I need to be able to change this output:
C:\Documents and Settings\fancyj \My Documents\Visua l Studio
Projects\FileDi fferencing\bin\ Comparison.ldb
into a format that is in another file:
/VisualStudioPro jects/FileDifferencin g/bin/Comparison.ldb
So, basically I want to cut the leading folders and include only the
subfolder off of the root.
Any suggestions?
I am creating a vb.net application, and i'm almost done. Except for one
problem. I need to be able to change this output:
C:\Documents and Settings\fancyj \My Documents\Visua l Studio
Projects\FileDi fferencing\bin\ Comparison.ldb
into a format that is in another file:
/VisualStudioPro jects/FileDifferencin g/bin/Comparison.ldb
So, basically I want to cut the leading folders and include only the
subfolder off of the root.
Any suggestions?
Comment