convnwb.io.io.load_txt

convnwb.io.io.load_txt(file_name, folder=None)[source]

Load text from a txt file.

Parameters:
file_namestr

File name of the file to load.

folderstr or Path, optional

Folder to load from.

Returns:
textstr

Loaded text from the txt file.