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