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

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

[Octave-bug-tracker] [bug #49628] copyfile fails to copy source files wi


From: Richard Suchland
Subject: [Octave-bug-tracker] [bug #49628] copyfile fails to copy source files with [ or ] characters in the name
Date: Thu, 17 Nov 2016 02:40:29 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #2, bug #49628 (project octave):

Tried Octave 4.2 for Windows 64bit and got the same result:

>> mkdir('c:/','test');
>> fid = fopen('c:/test/test[1].txt','w')
fid =  3
>> fputs(fid,"This is a test");
>> fclose(fid);
>> [status, msg, msgid] =
copyfile('c:/test/test[1].txt','c:/test/test[2].txt');
error: copyfile: no files to move
error: called from
    copyfile at line 85 column 5

No Joy!

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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