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.