#DOCUMENTATION by stefan
authorStefan Vogel <sv@exept.de>
Wed, 10 Oct 2018 20:56:51 +0200
changeset 3597 755b9b3a06b8
parent 3596 655aee5986be
child 3598 76dd8e2f2fd8
#DOCUMENTATION by stefan class: DirectoryView changed: #readMonitoringDirectory
DirectoryView.st
--- a/DirectoryView.st	Mon Sep 24 22:13:19 2018 +0200
+++ b/DirectoryView.st	Wed Oct 10 20:56:51 2018 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1997 by eXept Software AG
               All Rights Reserved
@@ -498,6 +496,7 @@
 !
 
 readMonitoringDirectory
+    <resource: #obsolete>
     "this is a very ugly piece of code - 
      left in as a bad example of how to make ST look slow...
      DO NOT USE IT, but read to learn"