Update ScriptSrvice.java

This commit is contained in:
string 2025-04-26 11:49:47 +05:30
parent 28468dea68
commit e75bf1ae9a

View File

@ -265,7 +265,7 @@ public class ScriptSrvice {
if (!filepath_list.isEmpty()) {
String sureopspath_name = filepath_list.get(0).toString().replace("\"", "");
ref_path = File.separator + sureopspath_name;
ref_path = sureopspath_name;
Path1 = Path1 + ref_path;
System.out.println(Path1);