[DllImport("wininet.dll", SetLastError = true, CharSet = CharSet.Auto)] public static extern IntPtr FtpFindFirstFile( IntPtr hConnect, string lpszSearchFile, ref WIN32_FIND_DATA lpFindFileData, uint dwFlags, IntPtr dwContext );
Microsoft documentation: Link
Last updated 1 year ago