Begins an asynchronous request to list the current working directory's contents as an array of strings of file-names.
Begins an asynchronous request to list the current working directory's contents as an array of strings of file-names.
public virtual IAsyncResult BeginGetFiles(AsyncCallback,object);
Begins an asynchronous request to retrieve the given directory's contents as an array of strings of file-names.
public virtual IAsyncResult BeginGetFiles(string,AsyncCallback,object);