octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #47950] glob and dir functions are unable to e


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #47950] glob and dir functions are unable to escape square bracket characters in Windows
Date: Fri, 15 Jul 2016 08:07:55 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40

Follow-up Comment #31, bug #47950 (project octave):

I found I had that faulty build still installed at work. 

What I get is:

>> dname = 'C:\users\Nienhu01\java'
dname = C:\users\Nienhu01\java
>> __wglob__ (dname)
ans =
{
  [1,1] = C:usersNienhu01java
}


To set the record straight:
It seems javaaddpath invoked directly works all right =>  it is the dir()
command invoked through PKG_ADD (when loading io package) that gives
problems.

I do intend to try Lachlan's patch again.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47950>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]