[det]directory_file_path(+Directory,
+File, -Path)
[det]directory_file_path(?Directory,
?File, +Path)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: