Probably very basic question, but cant file the answer.
I need to replace strings, not in file, just simple string.
String x = "This is a new String";
String y = x.replace("String", "Text");
How do you replace the strings in properties?
An alternate solution to my problem would be find the Last folder Name
in the Current Path.
i..e Path = "c:\dir1\dir2\dir3"
If basedir is dir3, how can find the name of the folder before it? i.e. dir2?
Appreciate your help.
Thanks,
Joe
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]