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

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

[Octave-bug-tracker] [bug #43687] uiputfile does not append selected ext


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #43687] uiputfile does not append selected extension to file name
Date: Mon, 24 Nov 2014 21:34:15 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

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

                 Summary: uiputfile does not append selected extension to file
name
                 Project: GNU Octave
            Submitted by: lostbard
            Submitted on: Mon 24 Nov 2014 09:34:14 PM GMT
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

When using uiputfile and entering a name in the dialog box without its
extension, the name does not auto add the selected extension to the name.

I tried both 3.8.2 and 4.1.0+ with command line and gui.

Example, entering name of 'test'

[name, path, idx] =  uiputfile('*.txt')
name = test
path = /home/john
idx =  1



In matlab ( I tested R2010b and R2013a), the extension gets appended to name
ie: test.txt


[name, path, idx] =  uiputfile('*.txt')
name = 
test.txt
path = 
/home/john/
idx =  
    1









    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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