The relative path in the configuration file should convert to absolute path (for FilePath argtype). This will make it easier to debug file not found exception.
There are two choices for converting to absolute path:
- The path is relative to the current working directory.
- The path is relative to the current file.
I think both are okay. Perhaps the first option is easier to implement