Overview
Artifact ID: | 9760f217a2a8a974c83cdf48007219076f774f74 |
---|---|
Ticket: | 08f731aa3b74a1909a403d550e793d1e1c70cbab
C-VFS: glob file*.ext finds nothing while glob Ü.ext finds "file.ext" |
User & Date: | anonymous on 2020-05-29 15:34:30 |
Changes
- Change comment to:Dear Roy,thank you for great C-VFS.I have a strange phenomenon with glob within C-VFS:
% glob -directory $::starkit::tclkitroot -nocomplain -types f *.tcl C:/.KITDLL_TCL/main.tcl C:/.KITDLL_TCL/runme.tcl % glob -directory $::starkit::tclkitroot -nocomplain -types f run*.tcl % glob -directory $::starkit::tclkitroot -nocomplain -types f {*.t[</span>xc<span class="sh_symbol">][</span>tl<span class="sh_symbol">]} C:/.KITDLL_TCL/main.tcl C:/.KITDLL_TCL/runme.tcl C:/.KITDLL_TCL/runme.txt
So if there is a pattern with "abc*.txt", nothing is found, but the pattern "*.txt" works.
I may investigate further myself.
Thank you,
Harald - Change foundin to "trunk 2020-01-22"
- Change login to "anonymous"
- Change private_contact to "0f366eb3e9e2fcab52b8ebacd197db9047186a5f"
- Change severity to "Important"
- Change status to "Open"
- Change title to:
C-VFS: glob file*.ext finds nothing while glob Ü.ext finds "file.ext"
- Change type to "Code Defect"