what is the difference between:

Code:
 fileopen(~~~~~~)
and

Code:
 dim x as system.io.file
dim y as system.io.filestream

y=x.open(~~~~~~)

what is better, more useful???

cheerz, stale