Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

path_utilities: allow path parts to be passed #378

Merged
merged 3 commits into from
Aug 4, 2023

Commits on Aug 4, 2023

  1. path_utilities: allow path parts to be passed

    For GetEdk2RelativePathFromAbsolutePath and
    GetAbsolutePathOnThisSystemFromEdk2RelativePath, allow the caller to
    provide the path parts as individual arguments instead of needing to
    join them together manually. Continues to support a single joined path
    argument.
    Javagedes committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    302ae6f View commit details
    Browse the repository at this point in the history
  2. Update

    Javagedes committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    fe49a4d View commit details
    Browse the repository at this point in the history
  3. Updates per PR review

    Javagedes committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    be1b3a6 View commit details
    Browse the repository at this point in the history