Posted by: Balasubramanian S | on March 1, 2018
Is there a way to open and close folders using variables or script?
Posted in Lightning Launcher Users: Discussion / Ask here | 2 Comments » Tags: Balasubramanian S
Yes you can do it with scripts. See the API for folders: http://www.lightninglauncher.com/scripting/reference/api/reference/net/pierrox/lightning_launcher/script/api/Folder.html
lightninglauncher.com – Folder
folder_item.open();
folder_item.close();
it’s done with the item (not with the container)
Your email address will not be published. Required fields are marked *
Comment
Name *
Email *
Website
Yes you can do it with scripts. See the API for folders: http://www.lightninglauncher.com/scripting/reference/api/reference/net/pierrox/lightning_launcher/script/api/Folder.html
lightninglauncher.com – Folder
folder_item.open();
folder_item.close();
it’s done with the item (not with the container)