2004-04-02 Dick Porter <dick@ximian.com>
[mono.git] / mcs / class / corlib / System.IO / FileSystemInfo.cs
index 72e8ad62a12a4960f84df5ac160fdbd2c5fa3ef7..1223518df92318485460f94a4d29c20e52f06f00 100644 (file)
@@ -169,6 +169,12 @@ namespace System.IO {
                        
                        MonoIO.GetFileStat (FullName, out stat, out error);
                        valid = true;
+                       
+                       InternalRefresh ();
+               }
+               
+               internal virtual void InternalRefresh ()
+               {
                }
 
                internal void CheckPath (string path)