I have no reason to suspect this will exist, but I hope it does. Is there a nice way to efficiently count the cumulative file size of a directory in Mathematica? I know I can do something like this: Select[FileNames[“*”, dir, Infinity], Not@*DirectoryQ] // Map[FileByteCount] // Total But when the directories get big this getsRead more