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: Rik
Subject: [Octave-bug-tracker] [bug #44682] Fullfile does not support network share addresses
Date: Mon, 06 Apr 2015 23:59:14 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

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

UNC looks more cumbersome than just '\\'.  See
http://en.wikipedia.org/wiki/UNC_path.


fullfile ('\\server\c:\tmp', 'dir1', 'dir2')
ans = \\serverc:\tmp\dir1\dir2


If this is valid syntax, then there is a problem as the '\' between 'server'
and 'c:' is eaten.

It also appears that these are valid UNC forms


\\?\UNC\Server01\user\docs\Letter.txt
\\?\C:\user\docs\Letter.txt




    _______________________________________________________

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]