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

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

[Octave-bug-tracker] [bug #51706] dir_in_loadpath, file_in_loadpath are


From: Rik
Subject: [Octave-bug-tracker] [bug #51706] dir_in_loadpath, file_in_loadpath are incorrect when input is absolute directory name
Date: Wed, 9 Aug 2017 13:33:03 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0

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

                 Summary: dir_in_loadpath, file_in_loadpath are incorrect when
input is absolute directory name
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Wed 09 Aug 2017 10:33:02 AM PDT
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: Confirmed
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

When the input argument is the absolute name of a directory the function
incorrectly returns the input argument.  This affects both dir_in_loadpath and
file_in_loadpath.

Example Code:


octave:12> dir_in_loadpath ("/home")
ans = /home
octave:13> file_in_loadpath ("/home")
ans = /home








    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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