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: anonymous
Subject: [Octave-bug-tracker] [bug #41367] append folder separator in second output of uigetfile
Date: Mon, 27 Jan 2014 16:46:20 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0

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

                 Summary: append folder separator in second output of
uigetfile
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mo 27 Jan 2014 16:46:19 UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: joergB
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Dear all,

the matlab uigetfile appends the folder separator to the returned path, like
for example
retfile = myfile.m
retpath = /home/myname/
The Octave uigetfile however omits the last slash and returns
retfile = myfile.m
retpath = /home/myname

I kinda like the way matlab does it, because I can, after selecting a file
with uigetfile, simply open it by for example
dlmread([retpath retfile]) without having to insert a (OS-specific) folder
separator




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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