FTPClientConnection100Class.GetListing(String[], String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a listing of files on the current working directory.
public:
virtual void GetListing([Runtime::InteropServices::Out] cli::array <System::String ^> ^ % pFolderNames, [Runtime::InteropServices::Out] cli::array <System::String ^> ^ % pFileNames) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSFtpClientConnection100::GetListing;
[System.Runtime.InteropServices.DispId(22)]
public virtual void GetListing (out string[] pFolderNames, out string[] pFileNames);
[<System.Runtime.InteropServices.DispId(22)>]
abstract member GetListing : String[] * String[] -> unit
override this.GetListing : String[] * String[] -> unit
Public Overridable Sub GetListing (ByRef pFolderNames As String(), ByRef pFileNames As String())
Parameters
- pFolderNames
- String[]
When this method returns, contains the list of folders found on the current working directory.
- pFileNames
- String[]
When this method returns, contains the list of files found on the current working directory.
Implements
- Attributes