We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfee198 + 4a30d9a commit f2569d6Copy full SHA for f2569d6
components/filesystem.rst
@@ -399,8 +399,8 @@ as necessary::
399
echo Path::makeRelative('/var/www/project/config/config.yaml', '/var/www/project/uploads');
400
// => ../config/config.yaml
401
402
-Use :method:`Symfony\\Component\\Filesystem\\Path::makeAbsolute` and
403
-:method:`Symfony\\Component\\Filesystem\\Path::makeRelative` to check whether a
+Use :method:`Symfony\\Component\\Filesystem\\Path::isAbsolute` and
+:method:`Symfony\\Component\\Filesystem\\Path::isRelative` to check whether a
404
path is absolute or relative::
405
406
Path::isAbsolute('C:\Programs\PHP\php.ini')
0 commit comments