pygeodes.utils.io.filename_in_folder#

pygeodes.utils.io.filename_in_folder(name: str, folder_path: str) bool[source]#

This functions checks if a filename is in a folder

Parameters:
namestr

the filename

folder_pathstr

the folder

Returns:
bool

wether the filename exists in the folder