Created
October 9, 2024 12:17
-
-
Save tablacus/ecc1e1c5ea3b91e92a5b5431a54b6b63 to your computer and use it in GitHub Desktop.
Zip, etc. are regarded as folders - Tablacus Explorer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IsFolderEx = function (Item) { | |
return Item.IsFolder; | |
} |
Author
tablacus
commented
Oct 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment