Hi,

I hope someone out there can help me out with this java application
problem and if you know of any Java mailing list or news group, please
do let me know.

Problem:

I am trying write some information to a file using system date as file
name and this file name has been declared as a string variable.  I face
a problem now that the FileOutputStream method does not recognise the
string variable as the file name unless I enter the filename with double
quote.

e.g.
f_outStream = new FileOutputStream("retrieve.txt"); works but
f_outStream = new FileOutputStream(fileName); doesn't work

I hope some one can out a solution for me !

Thanks !



begin:vcard
n:Tan;Florence
tel;fax:(60)82-232008
tel;work:(60)82-234008
x-mozilla-html:FALSE
url:http://www.snt.com.my
org:SiliconNet Technology Sdn. Bhd.;Software Development
version:2.1
email;internet:[EMAIL PROTECTED]
title:Programmer
note:Success is not measured by the position one has reached in life, rather by the obstacles overcome while trying to succeed. -Booker T. Washington
adr;quoted-printable:;;Lot 352, Loron 12, Jalan Rubber,=0D=0A93400 Kuching, Sarawak,=0D=0AMalaysia.=0D=0A;;;;
fn:Florence Tan
end:vcard

S/MIME Cryptographic Signature

Reply via email to