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.
- Mode (-,-,+) uses file_directory_name/2 and file_base_name/2
atom_concat(Directory, File, Path)
,
but it ensures there is exactly one / between the two parts. Notes: