read
- FileSet.read(file_info, **read_args)[source]
- Open and read a file - Notes - You need to specify a file handler for this fileset before you can use this method. - Parameters:
- file_info – A string, path-alike object or a - FileInfoobject.
- **read_args – Additional key word arguments for the read method of the used file handler class. 
 
- Returns:
- The content of the read file.