public string[] showfiles(string filetype) //This function is to return all files of a certain file type, e.g. .dll .txt and so on. { string[] files = channel.showfiles(filetype); return(files); }