path_isfile is added to check whether the file that shall be open and read exists. You get a meaningful error message if the file does not exists or the given path does not describe a file and which path it actually is.
path_isfile is added to check whether the file that shall be open and read exists. You get a meaningful error message if the file does not exists or the given path does not describe a file and which path it actually is.