As I am using FTP for File Transfer from Device to Server.It works fine,but I Would like to Know how to Check some file exist or not , for example in device we are doing code as
if File.Exists(File.DirRootExternal & "/Diary/Local/",MyList.Get(count)) Then .
My Question how to check file exist or not like ABOVE STATEMENT in Server.
if File.Exists(File.DirRootExternal & "/Diary/Local/",MyList.Get(count)) Then .
My Question how to check file exist or not like ABOVE STATEMENT in Server.