LibOrbisPkg icon indicating copy to clipboard operation
LibOrbisPkg copied to clipboard

[PkgEditor] Option for relative paths when adding files to GP4

Open maxton opened this issue 5 years ago • 0 comments

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?

maxton avatar May 16 '20 02:05 maxton