Search:

Type: Posts; User: nosxlimit

Search: Search took 0.10 seconds.

  1. Replies
    9
    Views
    2,430

    [SOLVED] Re: tokenizing a string with escape sequence

    thanks Zaphod_b and jps..
    thanks for replying..
    i think i will just use the simple one, which is save the image temporarily, use it, then delete it again.. hehe..
    thank you.. :)
  2. Replies
    9
    Views
    2,430

    [SOLVED] Re: tokenizing a string with escape sequence

    i tried to do what you're suggesting, but intead of adding extra '\', i think it's better to replace it with something else (easier to be tokenized later on)..
    so i used replace.. but still, it give...
  3. Replies
    9
    Views
    2,430

    [SOLVED] Re: tokenizing a string with escape sequence

    thanks for the reply for both of you..
    the thing is, i can't just change the backslash into double backslash because i'm obtaining the string by using string = file.getAbsolutePath();..
    so is there...
  4. Replies
    9
    Views
    2,430

    [SOLVED] tokenizing a string with escape sequence

    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",...
Results 1 to 4 of 4