mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
3 lines
111 B
Java
3 lines
111 B
Java
public void isAbsolutePath(String path, String name) {
|
|
return path.startsWith("/") || path.startsWith("\\");
|
|
} |