for example "D:\Runnable-jar\test//" when I am assigning this value in JAVA String, its treating the '\test' as "TAB est"
That resulting into "D:\Runnable-jar est//"
How to detect '\' and keep it as it is ?
for example "D:\Runnable-jar\test//" when I am assigning this value in JAVA String, its treating the '\test' as "TAB est"
That resulting into "D:\Runnable-jar est//"
How to detect '\' and keep it as it is ?