diff --git a/reference/filesystem/functions/realpath.xml b/reference/filesystem/functions/realpath.xml index d354d2c278..793ad1cfa7 100644 --- a/reference/filesystem/functions/realpath.xml +++ b/reference/filesystem/functions/realpath.xml @@ -29,6 +29,12 @@ The path being checked. + + + Whilst a path must be supplied, the value can be blank or &null; + In these cases, the value is interpreted as the current directory. + + @@ -75,6 +81,13 @@ component did not exist. + + 5.0.0 + + Prior to this release, a blank or &null; path would + cause realpath to return the directory name of the script. + +