Get Dir
An utility to get directory.
This utility searches for a target directory by checking for any directories or files that match the provided input.
Usage
Get directory by target with the following code:
use ;
get_dir_by_target;
Or get directory by target in reverse with the following code:
use ;
get_dir_by_target_reverse;
License
This project is MIT licensed, you can find the license file here.