Path.isFullyQualified
bool isFullyQualified(const char[] path)Returns true when path is absolute without depending on current directory state.
Remarks
On Windows, C:\foo and \\server\share are fully qualified, but C:foo and \foo are only rooted.
Parameters
const char[]
path
Generated with campc 0.12.0-preview.1.