Dear All,
I want to write a function of bool type to check whether a directory exist on ftp server or not..........I' ve googled it so much but couldn't get the solution......C urrently i am using
but this function return false in both cases either directory exist or not............ ..And another function
which return true for every case either directory exist or not??????Can anyone point me in the right direction.
Thanks,
Aamer.
I want to write a function of bool type to check whether a directory exist on ftp server or not..........I' ve googled it so much but couldn't get the solution......C urrently i am using
Code:
WebRequestMethods.Ftp.GetDateTimestamp;
Code:
WebRequestMethods.Ftp.PrintWorkingDirectory;
Thanks,
Aamer.
Comment