Skip to content

Instantly share code, notes, and snippets.

@tablacus
Created October 20, 2022 22:29
Show Gist options
  • Save tablacus/10d25af4989e3a36c3f33cedb55ea92a to your computer and use it in GitHub Desktop.
Save tablacus/10d25af4989e3a36c3f33cedb55ea92a to your computer and use it in GitHub Desktop.
Refresh and apply folder setings - Tablacus Explorer
const FV = GetFolderView(Ctrl, pt);
FV.Refresh()
const item = Sync.FolderSettings.Get(FV);
if (item) {
const s = item.text || item.textContent;
if (s) {
Exec(FV, s, item.getAttribute("Type"), null);
}
}
@tablacus
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment