pathinfo is broken
- Posted by useless_ Apr 19, 2013
- 1651 views
trace(1) object info = pathinfo("C:\\euphoria\\docs\\readme.txt")
[copy-paste from dosbox] info={ {92\,101e,117u,112p,104h,111o,114r,105i,97a,92\,100d,111o,99c,115s}, {114r,101e,97a,100d,109m,101e,46.,116t,120x,116t}, {114r,101e,97a,100d,109m,101e}, {116t,120x,116t}, {67C} } * Press Enter to resume trace [/copy-paste from dosbox]
but according to http://openeuphoria.org/docs/std_filesys.html#_1345_pathinfo:
-- WINDOWS info = pathinfo("C:\\euphoria\\docs\\readme.txt") -- info is {"C:\\euphoria\\docs", "readme.txt", "readme", "txt", "C"}but, it isn't, on winXP, as you can see?
useless