hello..
i'm trying to use string tokenizer on a string contains directory of a particular file..
for example, StringTokenizer stringTokenizer = new StringTokenizer("C:\Documents\image.jpg", ":\");
but i got error message from Eclipse : invalid escape sequence
is there a way to solve this?
thank you in advance.