Details
-
Type:
Bug
-
Status: Rejected
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.6.1
-
Component/s: Built-in functions
-
Labels:None
Description
STR:
create \tmp on windows and put some files in it
code:
vars:
"findtmp" slist => findfiles(translatepath("/tmp/*")),
ifvarclass => "linux|windows";
reports:
"the value of findtmp is ${findtmp}";
On Linux you'll see all the files in /tmp
On Windows you see only:
R: the value of findtmp is \tmp*