π¨Utility
Learn how to use the utility tools.
Generate compliant UUIDs
wranglebot.utility.uuid()List all available LUTs
wranglebot.utility.luts();List Contents of Folders
wranglebot.utility.list(pathToFolder, {
showHidden: false,
filters: "folders", //"both" | "files" | "folders";
recursive: true,
depth: 3
});Deep Index Folders and Volumes
Last updated