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: anonymous
Subject: [Octave-bug-tracker] [bug #50108] Matlab fullfile behavior is different from documentation
Date: Mon, 23 Jan 2017 07:25:20 +0000 (UTC)
User-agent: Mozilla/5.0 (Android 5.1.1; Mobile; rv:50.0) Gecko/50.0 Firefox/50.0

Follow-up Comment #5, bug #50108 (project octave):

On Windows:

>> version
ans =
8.3.0.532 (R2014a)
>> fullfile('/usr/../bin/')
ans =
\bin\
>> fullfile('/usr','..','bin/')
ans =
\bin\
>> fullfile('/usr','..','bin')
ans =
\bin
>> 

Paths don't have to really exist, this is just a strings manipulation.


    _______________________________________________________

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]