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