Get A List Of Files With Specific Extensions In A Single Directory In Rust
February 2025
TODO
☐
Make a new example with this one that does files regardless of extension
Any Extension
use fs;
use PathBuf;
Output:
[_active_nvim_run:8:3] files = [
"./read_first_line.txt",
"./test.rs",
"./og_image.rs",
"./test.txt",
"./alfa.txt",
]
end of line