@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Changes to a different working directory on the FTP server. !!!!C# Signature: [DllImport("wininet.dll", CharSet=CharSet.Auto, SetLastError=true)] static extern bool FtpSetCurrentDirectory(IntPtr hFtpConnection, string lpszDirectory); !!!!VB Signature: Declare Function FtpSetCurrentDirectory Lib "wininet.dll" Alias "FtpSetCurrentDirectoryA" (ByVal hConnect As IntPtr, ByVal lpszDirectory As String) As Boolean !!!!User-Defined Types: None. !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Dim changed As Boolean = FtpSetCurrentDirectory(hINetConn, changePath) !!!!Alternative Managed API: Do you know one? Please contribute it! Documentation: FtpSetCurrentDirectory@msdn on MSDN
Edit wininet.FtpSetCur...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.