This function downloads all of the network files in a synapse parent folder using the synID of the folder containing folders of specific network types. It uses the name of the folder plus a pattern id eg. 'Network' to find network files. for example the `ridgeAIC/` folder in `project_id` will need to contain the `ridgeAICNetwork` file if pattern_id = 'Network' and `project_id` is set to the parent folder containing `ridgeAIC/`. The files will be downloaded to the path specified in `downloadLocation`.
Usage
synGetFiles(project_id, pattern_id, downloadLocation = getwd())