File::isAbsolute()
Описание
This method checks whether the supplied path is an absolute path (eg. "/foo/bar" or "C:\foo\bar").
Пример
Пример 40-1. Using File::isAbsolute()
This short example will output the string 'Path is absolute'. |
Пред. | Начало | След. |
File::getTempFile() | Уровень выше | File::read() |