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

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

[Octave-bug-tracker] [bug #50108] Matlab fullfile behavior is different


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #50108] Matlab fullfile behavior is different from documentation
Date: Mon, 23 Jan 2017 17:11:14 +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 #9, bug #50108 (project octave):

FTR, Matlab r2017a prerelease on Win7 64 bit:

>> fullpath('C:\','\')
Undefined function or variable 'fullpath'.
>> fullfile('C:\','\')
ans =
    'C:\'
>> fullfile('C:\','..', 'Users')
ans =
    'C:\..\Users'
>> 


Is fullpath only supported on Linux?
I could try to install the prerelease on Linux as well and try there.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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