Fixed #36
This commit is contained in:
@@ -125,6 +125,8 @@ public class IOUtils {
|
||||
}
|
||||
|
||||
public static boolean isAbsolutePath(String path) {
|
||||
if (path == null)
|
||||
return false;
|
||||
return path.startsWith("/") || path.indexOf(":") > 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user