I've been adding some code to the actual FileSystem.cs
, into Microsoft.VisualBasic dll. I've took original
FileSystem.cs from CVS ( all functions are stubs),
and added functions that I had already implemented :
- ChDir --> OK
- CurDir --> OK, but overloaded ChDir(System.Char Drive)
- MkDir --> OK
- RmDir --> OK
- FileCopy --> OK
- FileDateTime --> OK
- Kill --> OK
- FileOpen --> OK for Append, Input and Output modes, otherwise "Not Implemented exception"
- FileClose --> OK
- LineInput --> OK , but needs more testing
- FreeFile --> OK
- EOF --> OK
Here I send you the modified file
Greetings
No banners. No pop-ups. No kidding.
Introducing My Way - http://www.myway.com
FIleSystem.cs
Description: Binary data
