OkFiles.jl offers a collection of convenient tools for file searching, copying, and moving operations. This Julia package builds upon the functionality of Julia's Base functions.
| Features | Tools | |
|---|---|---|
| File Search | Search for files using regular expressions. | folderlist, folderlistall, filelist , filelistall |
| File copying/moving | Move files efficiently from one location to another. | mv2dir |
| Path creating | Create non-repeated file/path name and make directories on the way to the path. | pathnorepeat, mkdirway |
OkFiles.jl is released under the MIT License.