1
SFTP / Why is CkSFtpFileW.get_CreateTime deprecated?
« on: March 27, 2018, 08:19:00 AM »
I use CkSFtpFileW.get_CreateTime to get the time stamp of a file on a (S)Ftp server. According to the documentation this method is deprecated. Why?
The 'get_CreateTimeStr' method is not a good replacement because I want to assign the time stamp to a date variable and I don't want to parse a string to get the date.
The 'get_CreateTimeStr' method is not a good replacement because I want to assign the time stamp to a date variable and I don't want to parse a string to get the date.