Hi, Is there a way in slide client by which I can specify to create a new file. It should throw an exception or return false if file already exists.
I want to create a file as it is in java.io.File, which will return false if file already exists. Documentation of webDavResource class says that equivalent of createNewFile( ) is put, but how do I avoid so that it does not overwrite the existing file ? Thanks in advance. -Kalpesh. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
