directory_file_path(?Directory, ?File, +Path) is det
True when Path is the full path-name for File in Dir. This is
comparable to atom_concat(Directory, File, Path), but it ensures
there is exactly one / between the two parts. Notes:
In mode (+,+,-), if File is given and absolute, Path
is unified to File.