Hi:
string[] files = ftp.Dir(".",true);
Now, the files[i] each has the file/folder information , which is typically
as follows:
"12-21-04 04:17PM <DIR> TestDir"
I want to know whether the date time which is see in this fileinfo string, is the file/directory creation datetime or the modified datetime.
plz help me,
Srinivas Varukala.