> karthikeyan wrote: > > ... if you give file name as parameter to this program it > should ... give you all information regarding the file > for example - file name, file size, date of last modification, > file belongs to which user etc. >
Instead of asking off-topic questions, you might want to consider reading the Java API Documentation. You would get your answer much faster (and more accurately) by looking it up yourself. You should have a local copy that came with your JVM, or you can get to it online at: http://java.sun.com/j2se/ Good luck with your search (and if luck isn't enough you might want to check out the java.io package). Thanks for your help in keeping servlet-interest the premier forum for discussing servlets, servlets, more servlets (and only servlets) -cks ___________________________________________________________________________ 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
