- Reset Tree
- Exit with Saving (currently using two buttons "Save Settings" >> then >> "Exit without Saving")
- button to open the folder in windows explorer from Navigation Tree (currently using custom button)
Code: Select all
$app = "%windir%\explorer.exe";
$target = "";
if ("<curitem>" == "") {
$target = "<curpath>";
} else {
if (get("curitem", "ext") == "") {
$target = "<curitem>";
} else {
$target = "<curpath>";
}
};
run """$app"" ""$target""";
XYplorer Beta Club