mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 19:02:04 +07:00
GitOrigin-RevId: 122e10e69f93c31e289a024381c7315f1a62203b
8 lines
129 B
Java
8 lines
129 B
Java
import java.io.File;
|
|
|
|
class Main {
|
|
String getParent(String path) {
|
|
return new <caret>File(path).getParent();
|
|
}
|
|
}
|