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

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -