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

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

[Octave-bug-tracker] [bug #44682] Fullfile does not support network shar


From: anonymous
Subject: [Octave-bug-tracker] [bug #44682] Fullfile does not support network share addresses on windows platofrm
Date: Tue, 31 Mar 2015 21:46:48 +0000
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36

Follow-up Comment #1, bug #44682 (project octave):

Backslashes have been removed since they were parsed as escape characters. 

Sample code should look like:

fullfile('\\nas.lan\share1', 'folder', file.ext')

% Should be:
\\nas.lan\share1\file.ext
 
% instead of:
\nas.lan\share1\file.ext


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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