Hey guys! I want to create a file using commons-io-LockableFileWriter. I found that java.io.File.deleteOnExit() is used for file-locking. Java API says that: this method should not be used for file-locking, as the resulting protocol cannot be made to work reliably.
So, should I use LockableFileWriter? Rui Li --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
