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

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

[Octave-bug-tracker] [bug #41367] append folder separator in second outp


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #41367] append folder separator in second output of uigetfile
Date: Tue, 28 Jan 2014 16:49:21 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #6, bug #41367 (project octave):

Ive fixed the GUI in this patch.
Currrently it also then converts the slashes to their OS type, which is what
pwd returns.

I will push it if ok ... stable or gui?

A related problem is that the non gui version (in windows) returns the /
separator for the path names which then has issues  with creating file names
with fullpath and using ls.


octave:1> [a,b,c] = uigetfile
a = testfile.m
b = C:/Users/jdonoghue/
c =  1
octave:2> d = fullfile(b,a)
d = C:/Users/jdonoghue/\testfile.m
octave:3> ls(d)
Invalid switch - "Users".
error: ls: command exited abnormally with status 127
octave:3>




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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