Knowledge gives you strength.
I recently learned how the "path" + "\" + "file_name" is implemented.
The middle character '\' is first placed in the object, then Concat (object, object, object) is called, then ToString is called three times, and then Concat (line, line, line) is called.
If you, the programmer, knew that he / she could write: "path" + "\" + "filename"
source share