add_file#

DownloadManager.add_file(file_path)#

Add the path for a downloaded example file to a list.

This list keeps track of where example files are downloaded so that a global cleanup of these files can be performed when the client is closed.

Parameters:
file_pathstr

Local path of the downloaded example file.