a little question

dibesw

Active Member
Licensed User
Longtime User
Hi, sorry for my english.
In FTPDesktop.dll there are 4 object:

cDirEntry
FILETIME
FTP
WIN32_FIND_DATA

I have understood how use of FTP, but not have understood FILETIME and WIN32_FIND_DATA. How can I use this object?
if I try use this object, system seid:

"Object must first be created using New methot"
but FILETIME or WIN32_FIND_DATA not have New method!

How can i read the value of this object? Is There some examples?

Regards
 
Last edited:
Top