[PR #589] [MERGED] Always use relative path internally #1049

Open
opened 2026-01-29 16:25:06 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/589
Author: @Deterous
Created: 10/26/2023
Status: Merged
Merged: 10/26/2023
Merged by: @mnadareski

Base: masterHead: relative-path


📝 Commits (1)

  • c1d566a Use relative path internally

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 MPF.Core/DumpEnvironment.cs (+2 -2)
📝 MPF.Core/UI/ViewModels/MainViewModel.cs (+1 -1)

📄 Description

Set the getFullPath flags to false in the 3 places in MPF that still use full paths (except in MPF.Test).

I have tested this for one disc and had no issues with redumper or DIC, but this probably should be tested with aaru by someone who knows what they're doing.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/MPF/pull/589 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 10/26/2023 **Status:** ✅ Merged **Merged:** 10/26/2023 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `relative-path` --- ### 📝 Commits (1) - [`c1d566a`](https://github.com/SabreTools/MPF/commit/c1d566a0bfd8f10106d549cfd51f6f8040dd52f7) Use relative path internally ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `MPF.Core/DumpEnvironment.cs` (+2 -2) 📝 `MPF.Core/UI/ViewModels/MainViewModel.cs` (+1 -1) </details> ### 📄 Description Set the getFullPath flags to false in the 3 places in MPF that still use full paths (except in MPF.Test). I have tested this for one disc and had no issues with redumper or DIC, but this probably should be tested with aaru by someone who knows what they're doing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:25:06 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1049