Why would I choose to use . DIRECTORY_SEPARATOR .
instead of . "/" .
?
My initial thought was that there could be a different separator instead of a slash, but if I'm designing, say, a Wordpress Plugin, can I not assume that there is always a / separating two folders?