Files icon indicating copy to clipboard operation
Files copied to clipboard

This may reduce the quality of type information available

Open Monkey-X-Byte opened this issue 2 years ago • 0 comments

    Folder.home.subfolders.recursive.forEach { folder in
        print("Name : \(folder.name), parent: \(folder.parent)")
    }

If there are too many files in the folder, it will crash during the recursive process

Monkey-X-Byte avatar Dec 28 '22 11:12 Monkey-X-Byte