Quote:
Originally Posted by SteveRambo
I'm not trying to be a nitpicker, but in the screenshot it says "Absolute path: co2/download/patches". Would that not be a relative path?
|
As it is the exposed path of a web server (

), it's the absolute path from the root (fullpath). A relative path wouldn't be from the root folder and could contains ., .., etc. while an absolute path is fully resolved from the root.