File::isAbsolute()
Description
This method checks whether the supplied path is an absolute path (eg. "/foo/bar" or "C:\foo\bar").
Example
Example 44-1. Using File::isAbsolute()
This short example will output the string 'Path is absolute'. |
|
Helping ordinary people create extraordinary websites! |
File::isAbsolute()DescriptionThis method checks whether the supplied path is an absolute path (eg. "/foo/bar" or "C:\foo\bar"). Example
|