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

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

[Octave-bug-tracker] [bug #49203] File visible in File Browser, but inte


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #49203] File visible in File Browser, but interpreter can't see it right away when on network drive
Date: Fri, 30 Sep 2016 13:32:19 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0

Follow-up Comment #4, bug #49203 (project octave):

oh, items (1) and (2) in dirinfo are . and .. 
I thought things were being strange and never changing until I realized that.
so running your test with "...dirinfo(3)..."

Apparently network latency is low enough on a Friday morning that I can't
recreate the issue right now. Here is are the outputs of the commands anyway
for comparison with next time I can do so:



>> dir
.   ..

**created file in text editor**

>> dir
.         ..        test11.m
>> dirinfo = dir (pwd);disp(ctime(dirinfo(3).statinfo.mtime))
Fri Sep 30 09:17:45 2016

>> edit test11.m
>> dirinfo = dir (pwd);disp(ctime(dirinfo(3).statinfo.mtime))
Fri Sep 30 09:18:07 2016

>> edit test11.m
>> test11; dirinfo = dir (pwd);disp( ctime( dirinfo(3).statinfo.mtime))
Fri Sep 30 09:18:53 2016

>> delete test11.m
>> edit **create a new test21 file, save, then quickly:**
>> test21;
b = 12345
Fri Sep 30 09:22:00 2016



will try again later if things seem 'slower'.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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