S
Skinny Guy
How can I store and correctly read back a network path in a Properties
file?
\\servername\\sharename\directory\
I tried different combinations of backslashes, then tried to escape
the last backslash (because its the Properties continuation char), but
none of my combinations worked after reading the property back into a
string.
I want to read it back into a String so that the String will contain
the exact characters above. How should the property look in the
Properties file?
file?
\\servername\\sharename\directory\
I tried different combinations of backslashes, then tried to escape
the last backslash (because its the Properties continuation char), but
none of my combinations worked after reading the property back into a
string.
I want to read it back into a String so that the String will contain
the exact characters above. How should the property look in the
Properties file?