method path.PlatformPath.isAbsolutePlatformPath.isAbsolute(path: string): booleanDetermines whether {path} is an absolute path. An absolute path will always resolve to the same location, regardless of the working directory. If the given {path} is a zero-length string, false will be returned. Parameterspath: stringpath to test. Return TypebooleanThrowsTypeErrorif path is not a string.