[DllImport("wininet.dll", SetLastError = true, CharSet = CharSet.Auto)] public static extern bool FtpGetCurrentDirectory( IntPtr hConnect, StringBuilder lpszCurrentDirectory, ref uint lpdwCurrentDirectory );
Microsoft documentation: Link
Last updated 1 year ago