[mono-vb] FileSystem implementation

B Anirban banirban@novell.com
Mon, 14 Jun 2004 04:40:00 -0600


Hey Rob,

>The current implementation doesn't handle binary and random
>access modes.

Not only that in turn you need to implement VBFile and BaseVbFile too
if you are implementing in MainSoft way :-)

>Is it ok to follow MainSoft's implementation so we can support all
file
>modes?

Should not be a problem.

Regards.
Anirban.

>>> <Rob.Tillie@Student.tUL.EDU> 14-Jun-04 2:38:47 AM >>>
Hello guys,

 

I have been looking at the current implementation of FileSystem and
the
MainSoft one. The current implementation doesn't handle binary and
random
access modes.

Is it ok to follow MainSoft's implementation so we can support all
file
modes?

This would involve changing a couple of things here and there in the
current
implementation.

 

Greetz,

-- Rob.