How can i check whether a file exists? (General questions)
Our application uploads files using FtpDLX.Net.
We have a requirement to not overwrite files if they are already present.
How can we check for the existence of a file?
I do not want to have to list the dir contents.