Skip to content

Instantly share code, notes, and snippets.

@tablacus
Created August 13, 2018 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tablacus/1f762692820bcc28bbf62e6403a1a4bc to your computer and use it in GitHub Desktop.
Save tablacus/1f762692820bcc28bbf62e6403a1a4bc to your computer and use it in GitHub Desktop.
Select flac files. - Tablacus Explorer
var FV = GetFolderView(Ctrl, pt), Item, Items = FV.Items();
for (var i = 0; Item = Items.Item(i); i++) {
FV.SelectItem(Item, api.PathMatchSpec(Item.Path , "*.flac") ? SVSI_SELECT : SVSI_DESELECT);
}
@tablacus
Copy link
Author

image

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