mirror of
https://github.com/github/codeql.git
synced 2026-06-19 20:01:09 +02:00
3 lines
111 B
Java
3 lines
111 B
Java
public void isAbsolutePath(String path, String name) {
|
|
return path.startsWith("/") || path.startsWith("\\");
|
|
} |