Skip to content

Instantly share code, notes, and snippets.

@tablacus
Created October 9, 2024 12:17
Show Gist options
  • Save tablacus/ecc1e1c5ea3b91e92a5b5431a54b6b63 to your computer and use it in GitHub Desktop.
Save tablacus/ecc1e1c5ea3b91e92a5b5431a54b6b63 to your computer and use it in GitHub Desktop.
Zip, etc. are regarded as folders - Tablacus Explorer
IsFolderEx = function (Item) {
return Item.IsFolder;
}
@tablacus
Copy link
Author

tablacus commented Oct 9, 2024

image

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