Hi all In my application, I am creating property object to read user/password file and do checking if the user exist and password is ok. There is one line for each user. user:password. The checking is done nicely, But how can I delete a user(a specified line) from or write to that file. Do I always need to read the contents of the property file in a vector and do the deleting when needed? I guess the performance will slow down. right? What is the best approach to do this. Thanks all __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/ ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
