My requirement is that when E disk does not exist, no button is displayed; when E disk exists, click the button to open E disk.
@showif:=Exists("E:\")
go E:\
When I convert the button to triple button, if the E disk does not exist, the button will still be displayed, please fix it
Now I can only use @hideblock
to achieve the above effect
@hideblock:begin
@showif:=Exists("E:\")
But it's too much trouble to do that. You have to add it before each button.
Is there a more convenient way to implement the above functions
@hideblock is the way to do it, since you can’t add modifiers to the top level of a three-button.