c++ - How do I get the size of a file after ftp'ing? -


  सीएफटीपीफ़ाइलफेंडर खोजक (mConnection); पाया = खोजक.फंडफ़ाइल ("*। लॉग"); जबकि (पाया) {found = finder.FindNextFile (); Wsprintf (fileInfo, "% s", finder.GetFileName ()); // इस फ़ाइल के आकार की आवश्यकता है। लॉग // कोई सदस्य फ़ंक्शन CFTPFileFind वर्ग में इसके लिए? }  

संपादित करें उत्तर

खोजक.गेट लैंप ();

CFtpFileFind से CFileFind से प्राप्त होता है, जिसमें GetLengh () है।


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -