LibOrbisPkg
LibOrbisPkg copied to clipboard
[PkgEditor] Option for relative paths when adding files to GP4
If an added file is not within a subdirectory of the main project directory, it is added with an absolute path. There are valid reasons to want to include a file from a parent directory and keep the path name relative (à la ../path/to/file).
- Using Path.GetRelativePath is an option if we switch 100% to .NET Core
- Just let the user manually add relative paths?