Get all files of directory and sub directories
public void GetFiles( ) { string Paths = "C:\\Test\\" ; Hashtable htResult = new Hashtable (); // get files string [] fileEntries = Directory .GetFiles(Paths); ArrayList files = new ArrayList (); ...