[GH-ISSUE #134] On Windows (Clang x64) FileSel returns all paths without path seperators #59

Closed
opened 2026-05-05 03:36:46 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @niansa on GitHub (Jan 13, 2023).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/134

Here is simple test code:

FileSel fileSel;
fileSel.Multi(false)
       .Type("Executable", "*.exe")
       .AllFilesType()
       .DefaultExt("exe")
       .ExecuteOpen("Select executable");
ErrorOK(static_cast<const char*>(~fileSel));

image

Originally created by @niansa on GitHub (Jan 13, 2023). Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/134 Here is simple test code: FileSel fileSel; fileSel.Multi(false) .Type("Executable", "*.exe") .AllFilesType() .DefaultExt("exe") .ExecuteOpen("Select executable"); ErrorOK(static_cast<const char*>(~fileSel)); ![image](https://user-images.githubusercontent.com/20720267/212296020-87e17600-be24-48e3-ba1c-99dea26e0e10.png)
Author
Owner

@niansa commented on GitHub (Jan 13, 2023):

Turns out you need to DeQtf these strings...

<!-- gh-comment-id:1381932190 --> @niansa commented on GitHub (Jan 13, 2023): Turns out you need to DeQtf these strings...
Author
Owner

@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:

Turns out you need to DeQtf these strings...


Reply to this email directly, view it on GitHub
https://github.com/ultimatepp/ultimatepp/issues/134#issuecomment-1381932190,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AARH232X43UMONRRJ6DFUJTWSFQ23ANCNFSM6AAAAAAT2HQ5NY
.
You are receiving this because you are subscribed to this thread.Message
ID: @.***>

<!-- gh-comment-id:1383127641 --> @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: > Turns out you need to DeQtf these strings... > > — > Reply to this email directly, view it on GitHub > <https://github.com/ultimatepp/ultimatepp/issues/134#issuecomment-1381932190>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AARH232X43UMONRRJ6DFUJTWSFQ23ANCNFSM6AAAAAAT2HQ5NY> > . > You are receiving this because you are subscribed to this thread.Message > ID: ***@***.***> >
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#59
No description provided.