Posix is just a standard that operating systems would adhere to. This was created because there was a time that different unix-like operating systems were developed to compete with each other.
So posix path is just path convention that follows the standard.
I learned this while writing code for the export of model artifacts. You always learn by doing. I would have not known this if I had not worked.
