How to View Folder Tree Structures in Julia
Code
A function to output the folder tree structure is not provided by default. You can use the FileTree(path) function provided by the FileTrees.jl package.

Environment
- OS: Windows11
- Version: Julia 1.11.3, FileTrees v0.3.10
