<div>I have XY data I want displayed in a graphic window which I can print to compare with the drawing I manually entered it from before using it.  I think I can handle the Pen class but I haven&#39;t any idea how to read the data in from a file.  </div>

<div> </div>
<div>The FileStream class comment is obsolete in Cuis:</div>
<blockquote style="MARGIN-RIGHT: 0px" dir="ltr">
<div>To use the file system for most applications, you typically create a FileStream. This is done by sending a message to a FileDirectory (file:, oldFile:, newFile:, rename:newName:) which creates an instance of me. Accesses to the file are then done via my instance.  </div>

<div> </div>
<div>FileDirectory file: &#39;c:/drill.txt&#39; generates walkback as does oldFile:.  </div></blockquote>
<div>The closest thing I found to something that works is FileStream readOnlyFileNamed: &#39;c:/drill.txt&#39;.  That inspected produces a StandardFileStream with nothing in its collection.  A similar command in Croquet seems to show it looking at some subdirectory that I didn&#39;t specify which doesn&#39;t have the file.  How does one correctly do basic file reading and writing?  Thanks.</div>