sort files by their order of inclusion in files.txt when recreating file tree #5
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
currently, the order of files that get created and put in the tree is whatever the system returns (alphabetical). the tree should list items that are in files.txt first, in the same order as in the file, and then the rest.