Verifies that the specified filename represents an absolute path. Differs from new java.io.File("filename").isAbsolute() in that a path beginning with a double file separator--signifying a Windows UNC--must at minimum match "\\a\b" to be considered an absolute path. @param filename the filename to b
(String filename)
source not stored for this graph (policy: none)
no test coverage detected