mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[GH-ISSUE #134] On Windows (Clang x64) FileSel returns all paths without path seperators #59
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#59
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 @niansa on GitHub (Jan 13, 2023).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/134
Here is simple test code:
@niansa commented on GitHub (Jan 13, 2023):
Turns out you need to DeQtf these strings...
@mirek-fidler commented on GitHub (Jan 15, 2023):
Just a note: "\1" is an equivalent of DeQtf, till the next "\1". Usually
easier to use.
On Fri, Jan 13, 2023 at 3:26 PM niansa @.***> wrote: