Günther
> I'd like to create a File OBJECT from a string that I get from a
> FileOpenDialog.
>
> How would I go about it?
Start browsing on the class side of File. However, I have found that
FileStream is usually far more useful. Instances of File, and their
handles, have mostly been of value when doing things to existing files
(changing attributes, etc.) vs. reading/writing them, which is where
streams shine.
What are you trying to do?
Have a good one,
Bill
--
Wilhelm K. Schwab, Ph.D.
[hidden email]