gust 01, 2004 11:52 AM
Subject: Reading and Writing of String
> Hi All,
>I need a help regarding reading and writing to a file. There is a
file ui.properties which looks something like this
>
>build-date= AmarGeet_0098_20040812
>
>now i want to read this
you avoid
imbedded blanks, quotes, or apostrophes. Naturally, you also have to set the
token parameter in the "replace" task with the same initialization value
that appears in the source file.
Rhino
- Original Message -
From: "Pritesh saharey" <[EMAIL PROTECTED]>
To: <[EMAI
Hi All,
I need a help regarding reading and writing to a file. There is a file
ui.properties which looks something like this
build-date= AmarGeet_0098_20040812
now i want to read this value of variable 'build-date' and write it to a
'String' variable in a java file