mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[GH-ISSUE #1466] *A NICE TO HAVE ADDITION* Period (.) being represented as current directory for detecting the games folder #490
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#490
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @HelmXGaming on GitHub (Oct 31, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/1466
I don't know how C++ programming works since I use python but I tend to move files around quite frequently such as the games folder and having the ability to have . recognized as the current directory would be a nice to have. So instead of specifying a whole directory I can simply just have "./games" as the directory.
I think the code could look something like this:
@Hermiten commented on GitHub (Nov 11, 2024):
I'm not sure if it's really necessary. Anyone else have an idea ?