I
Irfan
hi,
I have a fileName stored as a string as shown:
String fn = @"C:\drawing\testdrawings\test;
which gives fn = "C:\\drawing\\testdrawings\\test;
however i dont want '\' to get converted to '\\'
The reason i need to remove one of the '\' is because, i have a dataTable
where I search for the files using
fn as a searach criteria. Since the two strings arent equal therfore it
doesnt retireve any data.
Can someone help me with this problem.
TIA
Irfan
I have a fileName stored as a string as shown:
String fn = @"C:\drawing\testdrawings\test;
which gives fn = "C:\\drawing\\testdrawings\\test;
however i dont want '\' to get converted to '\\'
The reason i need to remove one of the '\' is because, i have a dataTable
where I search for the files using
fn as a searach criteria. Since the two strings arent equal therfore it
doesnt retireve any data.
Can someone help me with this problem.
TIA
Irfan