Get Dir
An utility to get directory.
A Directory searching utility that will check whether the target file or directory exists in the directory. The search process will start from the current directory and go to the root. Therefore, targets in other subdirectories will not be found, but a better performance is expected.
Usage
Get directory by target with the following code:
use ;
// Get the directory of the `LICENSE` file located in.
get_dir_by_target;
License
This project is MIT licensed, you can find the license file here.