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

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

[Octave-bug-tracker] [bug #29878] Octave does not detect new script file


From: Judd Storrs
Subject: [Octave-bug-tracker] [bug #29878] Octave does not detect new script files when using external drive
Date: Fri, 14 May 2010 20:38:02 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3) Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3

Follow-up Comment #8, bug #29878 (project octave):

Thanks, I forgot that it's the directory that is checked. Can you try this
one:

format long
a = 100
stat(".")
save test1.mat a
stat(".")
sleep(5)
stat(".")
save test2.mat a
stat(".")
stat("test1.mat")
stat("test2.mat") 

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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